aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Kangas2021-11-21 21:05:47 +0100
committerStefan Kangas2021-11-21 21:05:47 +0100
commit73754bc54c0d9d390ae76ab0ccf18f63db16bc1f (patch)
treef3799e13c70293b7a50d68535f3366f7f5b88e94
parent74386abc0ff14affe2a9564c681d9e53cfe418e2 (diff)
downloademacs-73754bc54c0d9d390ae76ab0ccf18f63db16bc1f.tar.gz
emacs-73754bc54c0d9d390ae76ab0ccf18f63db16bc1f.zip
Adapt isearch help screen for variable-pitch-mode
* lisp/isearch.el (isearch-help-for-help-internal): Adapt for 'variable-pitch-mode', now that 'make-help-screen' uses that.
-rw-r--r--lisp/isearch.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/isearch.el b/lisp/isearch.el
index dea96624774..9dc8525417a 100644
--- a/lisp/isearch.el
+++ b/lisp/isearch.el
@@ -488,9 +488,9 @@ and doesn't remove full-buffer highlighting after a search."
488 "You have typed %THIS-KEY%, the help character. Type a Help option: 488 "You have typed %THIS-KEY%, the help character. Type a Help option:
489\(Type \\<isearch-help-map>\\[help-quit] to exit the Help command.) 489\(Type \\<isearch-help-map>\\[help-quit] to exit the Help command.)
490 490
491\\[isearch-describe-bindings] Display all Isearch key bindings. 491 \\[isearch-describe-bindings] Display all Isearch key bindings.
492\\[isearch-describe-key] KEYS Display full documentation of Isearch key sequence. 492 \\[isearch-describe-key] Display full documentation of Isearch key sequence.
493\\[isearch-describe-mode] Display documentation of Isearch mode. 493 \\[isearch-describe-mode] Display documentation of Isearch mode.
494 494
495You can't type here other help keys available in the global help map, 495You can't type here other help keys available in the global help map,
496but outside of this help window when you type them in Isearch mode, 496but outside of this help window when you type them in Isearch mode,