Skip to content

Commit a7be72a

Browse files
committed
Clean up minor typos
1 parent b447235 commit a7be72a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vterm.el

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ demo: '(\"env1=v1\" \"env2=v2\")"
305305
(defcustom vterm-enable-manipulate-selection-data-by-osc52 nil
306306
"Support OSC 52 MANIPULATE SELECTION DATA.
307307
308-
Support copy text to emacs kill ring and system clipboard by using OSC 52.
308+
Support copy text to Emacs kill ring and system clipboard by using OSC 52.
309309
For example: send base64 encoded 'foo' to kill ring: echo -en '\e]52;c;Zm9v\a',
310310
tmux can share its copy buffer to terminals by supporting osc52(like iterm2
311311
xterm) you can enable this feature for tmux by :
@@ -372,7 +372,7 @@ This means that vterm will render bold with the default face weight."
372372
:group 'vterm)
373373

374374
(defcustom vterm-ignore-blink-cursor t
375-
"When t,vterm will ignore request from application to turn on/off cursor blink.
375+
"When t, vterm will ignore request from application to turn on/off cursor blink.
376376
377377
If nil, cursor in any window may begin to blink or not blink because
378378
`blink-cursor-mode`is a global minor mode in Emacs,

0 commit comments

Comments
 (0)