emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/info.el


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/info.el
Date: Fri, 12 Jul 2002 13:41:54 -0400

Index: emacs/lisp/info.el
diff -c emacs/lisp/info.el:1.312 emacs/lisp/info.el:1.313
*** emacs/lisp/info.el:1.312    Mon Jul  8 05:34:49 2002
--- emacs/lisp/info.el  Fri Jul 12 13:41:54 2002
***************
*** 81,87 ****
    :group 'info)
  
  (defcustom Info-use-header-line t
!   "*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)
--- 81,87 ----
    :group 'info)
  
  (defcustom Info-use-header-line t
!   "*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)
***************
*** 404,409 ****
--- 404,414 ----
      (if (get-buffer "*info*")
        (pop-to-buffer "*info*")
        (Info-directory))))
+ 
+ ;;;###autoload
+ (defun info-emacs-manual ()
+   (interactive)
+   (info "emacs"))
  
  ;;;###autoload
  (defun info-standalone ()



reply via email to

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