Advertise PgUp/PgDn instead of SPC/DEL in help-for-help
* lisp/help-macro.el (make-help-screen): * lisp/help.el (help-for-help): Advertise PgUp/PgDn instead of SPC/DEL.
This commit is contained in:
parent
1167253f75
commit
04266a2cac
2 changed files with 4 additions and 4 deletions
|
@ -168,9 +168,9 @@ and then returns."
|
|||
(point-max))
|
||||
""
|
||||
(concat ", or "
|
||||
(help--key-description-fontified "\s") ; SPC
|
||||
(help--key-description-fontified (kbd "<PageDown>"))
|
||||
" or "
|
||||
(help--key-description-fontified "\d") ; DEL
|
||||
(help--key-description-fontified (kbd "<PageUp>"))
|
||||
" to scroll"))))
|
||||
char (aref key 0)))
|
||||
|
||||
|
|
|
@ -233,9 +233,9 @@ Do not call this in the scope of `with-help-window'."
|
|||
(purecopy "Type a help option: [abcCdefFgiIkKlLmnprstvw.] C-[cdefmnoptw] or ?")
|
||||
(concat
|
||||
"\(Type "
|
||||
(help--key-description-fontified "\s") ; SPC
|
||||
(help--key-description-fontified (kbd "<PageDown>"))
|
||||
" or "
|
||||
(help--key-description-fontified "\d") ; DEL
|
||||
(help--key-description-fontified (kbd "<PageUp>"))
|
||||
" to scroll, "
|
||||
(help--key-description-fontified "\C-s")
|
||||
" to search, or \\<help-map>\\[help-quit] to exit.)"
|
||||
|
|
Loading…
Add table
Reference in a new issue