Mercurial > emacs
comparison lisp/help.el @ 23332:d0403c974cac
(help-for-help): Use %THIS-KEY%.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sun, 27 Sep 1998 21:17:26 +0000 |
parents | 15b83e8bd4da |
children | b8369b78f1ba |
comparison
equal
deleted
inserted
replaced
23331:8e860ff326de | 23332:d0403c974cac |
---|---|
455 (print-help-return-message))) | 455 (print-help-return-message))) |
456 | 456 |
457 (defalias 'help 'help-for-help) | 457 (defalias 'help 'help-for-help) |
458 (make-help-screen help-for-help | 458 (make-help-screen help-for-help |
459 "a b c C f F C-f i I k C-k l L m n p s t v w C-c C-d C-n C-p C-w; ? for help:" | 459 "a b c C f F C-f i I k C-k l L m n p s t v w C-c C-d C-n C-p C-w; ? for help:" |
460 "You have typed \\[help-command], the help character. Type a Help option: | 460 "You have typed %THIS-KEY%, the help character. Type a Help option: |
461 \(Use SPC or DEL to scroll through this text. Type \\<help-map>\\[help-quit] to exit the Help command.) | 461 \(Use SPC or DEL to scroll through this text. Type \\<help-map>\\[help-quit] to exit the Help command.) |
462 | 462 |
463 a command-apropos. Give a substring, and see a list of commands | 463 a command-apropos. Give a substring, and see a list of commands |
464 (functions interactively callable) that contain | 464 (functions interactively callable) that contain |
465 that substring. See also the apropos command. | 465 that substring. See also the apropos command. |