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.)


_______________________________________________
Emacs-pretest-bug mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug

Reply via email to