* lisp/help-macro.el (make-help-screen):
* lisp/help.el (help-for-help): Advertise PgUp/PgDn instead of
SPC/DEL.
(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)))
(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.)"