emacs-pretest-bug
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Cannot find help-for-help in help.el


From: Richard Stallman
Subject: Re: Cannot find help-for-help in help.el
Date: Thu, 10 Feb 2005 01:02:49 -0500

It's because make-help-screen isn't recognized by find-function.
It isn't worth recognizing it; I'd install this.

*** help.el     05 Feb 2005 12:43:38 -0500      1.274
--- help.el     09 Feb 2005 23:49:34 -0500      
***************
*** 179,186 ****
  ;; 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
    "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-map>\\[help-quit] 
to exit the Help command.)
--- 179,187 ----
  ;; So keyboard macro definitions are documented correctly
  (fset 'defining-kbd-macro (symbol-function 'start-kbd-macro))
  
! (defalias 'help 'help-for-help-internal)
! (defalias 'help-for-help 'help-for-help-internal)
! (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-map>\\[help-quit] 
to exit the Help command.)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]