diff options
| author | Stefan Kangas | 2022-07-03 17:35:53 +0200 |
|---|---|---|
| committer | Stefan Kangas | 2022-07-03 23:31:31 +0200 |
| commit | 05297e40c0ab3ffcf5b5db74e4aa2aaefe05f5cf (patch) | |
| tree | f195677e7923a18f8d6e772592f9446309ad680d /lisp/emulation | |
| parent | bda6e9a226f42d74176cba640dda7dfef25b764b (diff) | |
| download | emacs-05297e40c0ab3ffcf5b5db74e4aa2aaefe05f5cf.tar.gz emacs-05297e40c0ab3ffcf5b5db74e4aa2aaefe05f5cf.zip | |
Quote some literal keys to get help-key-binding face
* lisp/align.el (align):
* lisp/bindings.el (undo-repeat-map):
* lisp/calc/calc-embed.el (calc-do-embedded):
* lisp/calc/calc-prog.el (calc-user-define-invocation):
* lisp/calc/calc-yank.el (calc--edit-mode):
* lisp/comint.el (comint-history-isearch)
* lisp/dired.el (dired-mode):
* lisp/emulation/viper.el (viper-mode):
* lisp/erc/erc-button.el (erc-button-face):
* lisp/erc/erc-track.el (erc-track-enable-keybindings):
* lisp/gnus/gnus-art.el (gnus-article-button-face):
* lisp/gnus/gnus-eform.el (gnus-edit-form):
* lisp/gnus/gnus-sum.el (gnus-summary-stop-at-end-of-message)
(gnus-summary-goto-unread):
* lisp/icomplete.el (icomplete-show-matches-on-no-input):
* lisp/image-mode.el (image-scroll-up):
* lisp/international/iso-transl.el (iso-transl-set-language):
* lisp/isearch.el (isearch-forward-regexp):
* lisp/misc.el (butterfly):
* lisp/outline.el (outline-minor-mode-cycle-filter)
(outline-minor-mode-cycle):
* lisp/progmodes/grep.el (rgrep):
* lisp/progmodes/gud.el (gud-gdb-repeat-map, gud-sdb-repeat-map)
(gud-dbx-repeat-map, gud-xdb-repeat-map, gud-perldb-repeat-map)
(gud-pdb-repeat-map, gud-guiler-repeat-map, gud-jdb-repeat-map):
* lisp/progmodes/idlw-shell.el (idlwave-shell-graphics-window-size)
(idlwave-shell-mode):
* lisp/progmodes/idlwave.el (idlwave-shell-debug-modifiers)
(idlwave-list-shell-load-path-shadows):
* lisp/progmodes/python.el (python-shell-get-process-or-error):
* lisp/repeat.el (repeat-check-key):
* lisp/replace.el (query-replace, query-replace-regexp)
(read-regexp):
* lisp/simple.el (read-extended-command-predicate):
* lisp/tab-bar.el (tab-bar-switch-repeat-map)
(tab-bar-move-repeat-map):
* lisp/term.el (ansi-term):
* lisp/textmodes/reftex-index.el (reftex-index-phrases-set-macro-key):
* lisp/vc/emerge.el (emerge-scroll-left, emerge-scroll-right):
* lisp/windmove.el:
* lisp/winner.el (winner-mode): Quote literal keys to get
'help-key-binding' face.
* lisp/comint.el (comint-insert-previous-argument): Use regular
quotes.
Diffstat (limited to 'lisp/emulation')
| -rw-r--r-- | lisp/emulation/viper.el | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/lisp/emulation/viper.el b/lisp/emulation/viper.el index b1c361145ca..be87d788e92 100644 --- a/lisp/emulation/viper.el +++ b/lisp/emulation/viper.el | |||
| @@ -559,10 +559,10 @@ and improving upon much of it. | |||
| 559 | 2. Vi exit functions (e.g., :wq, ZZ) work on INDIVIDUAL files -- they | 559 | 2. Vi exit functions (e.g., :wq, ZZ) work on INDIVIDUAL files -- they |
| 560 | do not cause Emacs to quit, except at user level 1 (for a novice). | 560 | do not cause Emacs to quit, except at user level 1 (for a novice). |
| 561 | 3. ^X^C EXITS EMACS. | 561 | 3. ^X^C EXITS EMACS. |
| 562 | 4. Viper supports multiple undo: `u' will undo. Typing `.' will repeat | 562 | 4. Viper supports multiple undo: \\`u' will undo. Typing \\`.' will repeat |
| 563 | undo. Another `u' changes direction. | 563 | undo. Another \\`u' changes direction. |
| 564 | 564 | ||
| 565 | 6. Emacs Meta key is `C-\\' (in all modes) or `\\ ESC' (in Vi command mode). | 565 | 6. Emacs Meta key is \\`C-\\' (in all modes) or \\`\\ ESC' (in Vi command mode). |
| 566 | On a window system, the best way is to use the Meta-key on your keyboard. | 566 | On a window system, the best way is to use the Meta-key on your keyboard. |
| 567 | 7. Try \\[keyboard-quit] and \\[abort-recursive-edit] repeatedly,if | 567 | 7. Try \\[keyboard-quit] and \\[abort-recursive-edit] repeatedly,if |
| 568 | something funny happens. This would abort the current editing command. | 568 | something funny happens. This would abort the current editing command. |
| @@ -573,12 +573,12 @@ For more information on Viper: | |||
| 573 | b. Print Viper manual, found in ./etc/viper.dvi | 573 | b. Print Viper manual, found in ./etc/viper.dvi |
| 574 | c. Print the Quick Reference, found in ./etc/viperCard.dvi | 574 | c. Print the Quick Reference, found in ./etc/viperCard.dvi |
| 575 | 575 | ||
| 576 | To submit a bug report or to contact the author, type :submitReport in Vi | 576 | To submit a bug report or to contact the author, type \\`:submitReport' in Vi |
| 577 | command mode. To shoo Viper away and return to pure Emacs (horror!), type: | 577 | command mode. To shoo Viper away and return to pure Emacs (horror!), type: |
| 578 | 578 | ||
| 579 | \\[viper-go-away] | 579 | \\[viper-go-away] |
| 580 | 580 | ||
| 581 | This startup message appears whenever you load Viper, unless you type `y' now." | 581 | This startup message appears whenever you load Viper, unless you type \\`y' now." |
| 582 | )) | 582 | )) |
| 583 | (goto-char (point-min)) | 583 | (goto-char (point-min)) |
| 584 | (if (y-or-n-p "Inhibit Viper startup message? ") | 584 | (if (y-or-n-p "Inhibit Viper startup message? ") |