summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2020-09-09 07:51:12 -0700
committerGlenn Morris <rgm@gnu.org>2020-09-09 07:51:12 -0700
commitbaade53cbedd57b3d010b148e25537ceaab8f9c0 (patch)
treef88fbb6be312b6f288ea001ff8541e7cbdbcf12f /lisp
parent4fa5bad400738c1c233b76e07a942186f4b507d5 (diff)
parent302f71e55da427529d3d0d62dd1511552aad9f7b (diff)
downloademacs-baade53cbedd57b3d010b148e25537ceaab8f9c0.tar.gz
emacs-baade53cbedd57b3d010b148e25537ceaab8f9c0.tar.bz2
emacs-baade53cbedd57b3d010b148e25537ceaab8f9c0.zip
Merge from origin/emacs-27
302f71e55d Fix help message with help-window-select 0fb3fc92b3 Remove obsolete "Wide Characters" section of Gnus manual
Diffstat (limited to 'lisp')
-rw-r--r--lisp/help.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/help.el b/lisp/help.el
index 45159d44779..729684af6b5 100644
--- a/lisp/help.el
+++ b/lisp/help.el
@@ -178,7 +178,7 @@ Do not call this in the scope of `with-help-window'."
(if (same-window-p (buffer-name standard-output))
;; Say how to scroll this window.
(substitute-command-keys
- "\\[scroll-up] to scroll the help.")
+ "\\[scroll-up-command] to scroll the help.")
;; Say how to scroll some other window.
(substitute-command-keys
"\\[scroll-other-window] to scroll the help."))))))))
@@ -1131,7 +1131,7 @@ window."
".")
((eq scroll 'other)
", \\[scroll-other-window] to scroll help.")
- (scroll ", \\[scroll-up] to scroll help."))))
+ (scroll ", \\[scroll-up-command] to scroll help."))))
(message "%s"
(substitute-command-keys (concat quit-part scroll-part)))))