aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/erc
diff options
context:
space:
mode:
authorStefan Kangas2022-07-03 17:35:53 +0200
committerStefan Kangas2022-07-03 23:31:31 +0200
commit05297e40c0ab3ffcf5b5db74e4aa2aaefe05f5cf (patch)
treef195677e7923a18f8d6e772592f9446309ad680d /lisp/erc
parentbda6e9a226f42d74176cba640dda7dfef25b764b (diff)
downloademacs-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/erc')
-rw-r--r--lisp/erc/erc-button.el2
-rw-r--r--lisp/erc/erc-track.el2
2 files changed, 2 insertions, 2 deletions
diff --git a/lisp/erc/erc-button.el b/lisp/erc/erc-button.el
index aeada705c4a..bccf0e6f1f5 100644
--- a/lisp/erc/erc-button.el
+++ b/lisp/erc/erc-button.el
@@ -71,7 +71,7 @@
71 "Face used for highlighting buttons in ERC buffers. 71 "Face used for highlighting buttons in ERC buffers.
72 72
73A button is a piece of text that you can activate by pressing 73A button is a piece of text that you can activate by pressing
74`RET' or `mouse-2' above it. See also `erc-button-keymap'." 74\\`RET' or `mouse-2' above it. See also `erc-button-keymap'."
75 :type 'face 75 :type 'face
76 :group 'erc-faces) 76 :group 'erc-faces)
77 77
diff --git a/lisp/erc/erc-track.el b/lisp/erc/erc-track.el
index 59b79bcfd93..d02a8d13e5c 100644
--- a/lisp/erc/erc-track.el
+++ b/lisp/erc/erc-track.el
@@ -46,7 +46,7 @@
46 46
47(defcustom erc-track-enable-keybindings 'ask 47(defcustom erc-track-enable-keybindings 'ask
48 "Whether to enable the ERC track keybindings, namely: 48 "Whether to enable the ERC track keybindings, namely:
49`C-c C-SPC' and `C-c C-@', which both do the same thing. 49\\`C-c C-SPC' and \\`C-c C-@', which both do the same thing.
50 50
51The default is to check to see whether these keys are used 51The default is to check to see whether these keys are used
52already: if not, then enable the ERC track minor mode, which 52already: if not, then enable the ERC track minor mode, which