# HG changeset patch # User Richard M. Stallman # Date 1108018002 0 # Node ID dfc2b4718048f333eb2e9fdf65f6fdf5de43a051 # Parent 6e156606b5c52944708d0f19c9ff480c34dc9b0d (help-for-help-internal): Renamed from help-for-help. (help-for-help): Define with defalias. diff -r 6e156606b5c5 -r dfc2b4718048 lisp/help.el --- a/lisp/help.el Thu Feb 10 06:45:26 2005 +0000 +++ b/lisp/help.el Thu Feb 10 06:46:42 2005 +0000 @@ -179,8 +179,11 @@ ;; So keyboard macro definitions are documented correctly (fset 'defining-kbd-macro (symbol-function 'start-kbd-macro)) -(defalias 'help 'help-for-help) -(make-help-screen help-for-help +(defalias 'help 'help-for-help-internal) +;; find-function can find this. +(defalias 'help-for-help 'help-for-help-internal) +;; It can't find this, but nobody will look. +(make-help-screen help-for-help-internal "a b c C e f F i I k C-k l L m p s t v w C-c C-d C-f C-n C-p C-t C-w . or ? :" "You have typed %THIS-KEY%, the help character. Type a Help option: \(Use SPC or DEL to scroll through this text. Type \\\\[help-quit] to exit the Help command.)