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: Kim F . Storm
Subject: [Emacs-diffs] Changes to emacs/lisp/help.el
Date: Sun, 13 Nov 2005 16:25:13 -0500

Index: emacs/lisp/help.el
diff -c emacs/lisp/help.el:1.285 emacs/lisp/help.el:1.286
*** emacs/lisp/help.el:1.285    Sat Nov 12 00:57:38 2005
--- emacs/lisp/help.el  Sun Nov 13 21:25:13 2005
***************
*** 190,204 ****
    "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.)
  
! a  command-apropos.  Give a substring, and see a list of commands
!       (functions that are interactively callable) that contain
!       that substring.  See also the  apropos  command.
  b  describe-bindings.  Display table of all key bindings.
  c  describe-key-briefly.  Type a command key sequence;
        it prints the function name that sequence runs.
  C  describe-coding-system.  This describes either a specific coding system
          (if you type its name) or the coding systems currently in use
        (if you type just RET).
  e  view-echo-area-messages.  Show the buffer where the echo-area messages
        are stored.
  f  describe-function.  Type a function name and get its documentation.
--- 190,207 ----
    "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.)
  
! a  apropos-command.  Give a pattern (a list or words or a regexp), and see a
!       list of commands (functions that are interactively callable)
!       that matches the pattern.  See also the apropos command.
  b  describe-bindings.  Display table of all key bindings.
  c  describe-key-briefly.  Type a command key sequence;
        it prints the function name that sequence runs.
  C  describe-coding-system.  This describes either a specific coding system
          (if you type its name) or the coding systems currently in use
        (if you type just RET).
+ d  apropos-documentation.  Give a pattern (a list or words or a regexp), and
+       see a list of functions, variables, and other items whose built-in
+       doucmentation string matches that pattern.  See also the apropos 
command.
  e  view-echo-area-messages.  Show the buffer where the echo-area messages
        are stored.
  f  describe-function.  Type a function name and get its documentation.




reply via email to

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