From c37177464c6630ef82f194e158c4bd1a86ab5de8 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Fri, 12 Jul 2002 17:41:54 +0000 Subject: [PATCH] (info-emacs-manual): New function. (Info-use-header-line): Doc fix. --- lisp/info.el | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/lisp/info.el b/lisp/info.el index 2fd5dba2427..f95cd8bf7b6 100644 --- a/lisp/info.el +++ b/lisp/info.el @@ -81,7 +81,7 @@ The Lisp code is executed when the node is selected.") :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) @@ -405,6 +405,11 @@ in all the directories in that path." (pop-to-buffer "*info*") (Info-directory)))) +;;;###autoload +(defun info-emacs-manual () + (interactive) + (info "emacs")) + ;;;###autoload (defun info-standalone () "Run Emacs as a standalone Info reader. -- 2.39.5