/[emacs]/emacs/lisp/info.el
ViewVC logotype

Diff of /emacs/lisp/info.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.312 by lektu, Mon Jul 8 09:34:49 2002 UTC revision 1.313 by rms, Fri Jul 12 17:41:54 2002 UTC
# Line 81  The Lisp code is executed when the node Line 81  The Lisp code is executed when the node
81    :group 'info)    :group 'info)
82    
83  (defcustom Info-use-header-line t  (defcustom Info-use-header-line t
84    "*Non-nil means to put the beginning-of-node links in an emacs header-line.    "*Non-nil means to put the beginning-of-node links in an Emacs header-line.
85  A header-line does not scroll with the rest of the buffer."  A header-line does not scroll with the rest of the buffer."
86    :type 'boolean    :type 'boolean
87    :group 'info)    :group 'info)
# Line 406  in all the directories in that path." Line 406  in all the directories in that path."
406        (Info-directory))))        (Info-directory))))
407    
408  ;;;###autoload  ;;;###autoload
409    (defun info-emacs-manual ()
410      (interactive)
411      (info "emacs"))
412    
413    ;;;###autoload
414  (defun info-standalone ()  (defun info-standalone ()
415    "Run Emacs as a standalone Info reader.    "Run Emacs as a standalone Info reader.
416  Usage:  emacs -f info-standalone [filename]  Usage:  emacs -f info-standalone [filename]

Legend:
Removed from v.1.312  
changed lines
  Added in v.1.313

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26