Mercurial > emacs
changeset 46326:6953d46b05f5
(info-emacs-manual): New function.
(Info-use-header-line): Doc fix.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Fri, 12 Jul 2002 17:41:54 +0000 |
parents | 606fc43dc51e |
children | 4d662e939eab |
files | lisp/info.el |
diffstat | 1 files changed, 6 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/info.el Fri Jul 12 17:41:00 2002 +0000 +++ b/lisp/info.el Fri Jul 12 17:41:54 2002 +0000 @@ -81,7 +81,7 @@ :group 'info) (defcustom Info-use-header-line t - "*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. A header-line does not scroll with the rest of the buffer." :type 'boolean :group 'info) @@ -406,6 +406,11 @@ (Info-directory)))) ;;;###autoload +(defun info-emacs-manual () + (interactive) + (info "emacs")) + +;;;###autoload (defun info-standalone () "Run Emacs as a standalone Info reader. Usage: emacs -f info-standalone [filename]