mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-02-05 20:43:08 +00:00
(info-emacs-manual): New function.
(Info-use-header-line): Doc fix.
This commit is contained in:
parent
f988b54154
commit
c37177464c
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user