diff options
| author | Stefan Kangas | 2021-11-21 21:05:47 +0100 |
|---|---|---|
| committer | Stefan Kangas | 2021-11-21 21:05:47 +0100 |
| commit | 73754bc54c0d9d390ae76ab0ccf18f63db16bc1f (patch) | |
| tree | f3799e13c70293b7a50d68535f3366f7f5b88e94 | |
| parent | 74386abc0ff14affe2a9564c681d9e53cfe418e2 (diff) | |
| download | emacs-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.el | 6 |
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 | ||
| 495 | You can't type here other help keys available in the global help map, | 495 | You can't type here other help keys available in the global help map, |
| 496 | but outside of this help window when you type them in Isearch mode, | 496 | but outside of this help window when you type them in Isearch mode, |