emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/help.el


From: Richard M . Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/help.el
Date: Thu, 10 Feb 2005 01:46:42 -0500

Index: emacs/lisp/help.el
diff -c emacs/lisp/help.el:1.274 emacs/lisp/help.el:1.275
*** emacs/lisp/help.el:1.274    Sat Feb  5 12:45:44 2005
--- emacs/lisp/help.el  Thu Feb 10 06:46:42 2005
***************
*** 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,189 ----
  ;; So keyboard macro definitions are documented correctly
  (fset 'defining-kbd-macro (symbol-function 'start-kbd-macro))
  
! (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-map>\\[help-quit] 
to exit the Help command.)




reply via email to

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