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: Kim F . Storm
Subject: [Emacs-diffs] Changes to emacs/lisp/info.el
Date: Wed, 09 Feb 2005 10:52:09 -0500

Index: emacs/lisp/info.el
diff -c emacs/lisp/info.el:1.415 emacs/lisp/info.el:1.416
*** emacs/lisp/info.el:1.415    Tue Jan 11 21:57:16 2005
--- emacs/lisp/info.el  Wed Feb  9 15:50:42 2005
***************
*** 98,104 ****
  
  (defcustom Info-fontify-visited-nodes t
    "*Non-nil means to fontify visited nodes in a different face."
!   :version "21.4"
    :type 'boolean
    :group 'info)
  
--- 98,104 ----
  
  (defcustom Info-fontify-visited-nodes t
    "*Non-nil means to fontify visited nodes in a different face."
!   :version "22.1"
    :type 'boolean
    :group 'info)
  
***************
*** 169,175 ****
  Setting this option to nil results in behavior similar to the stand-alone
  Info reader program, which visits the first subnode from the menu only
  when you hit the end of the current node."
!   :version "21.4"
    :type 'boolean
    :group 'info)
  
--- 169,175 ----
  Setting this option to nil results in behavior similar to the stand-alone
  Info reader program, which visits the first subnode from the menu only
  when you hit the end of the current node."
!   :version "22.1"
    :type 'boolean
    :group 'info)
  
***************
*** 177,183 ****
    "*If non-nil, hide the tag and section reference in *note and * menu items.
  If value is non-nil but not `hide', also replaces the \"*note\" with \"see\".
  If value is non-nil but not t or `hide', the reference section is still 
shown."
!   :version "21.4"
    :type '(choice (const :tag "No hiding" nil)
                 (const :tag "Replace tag and hide reference" t)
                 (const :tag "Hide tag and reference" hide)
--- 177,183 ----
    "*If non-nil, hide the tag and section reference in *note and * menu items.
  If value is non-nil but not `hide', also replaces the \"*note\" with \"see\".
  If value is non-nil but not t or `hide', the reference section is still 
shown."
!   :version "22.1"
    :type '(choice (const :tag "No hiding" nil)
                 (const :tag "Replace tag and hide reference" t)
                 (const :tag "Hide tag and reference" hide)
***************
*** 188,194 ****
    "*If non-nil, attempt to refill paragraphs with hidden references.
  This refilling may accidentally remove explicit line breaks in the info
  file, so be prepared for a few surprises if you enable this feature."
!   :version "21.4"
    :type 'boolean
    :group 'info)
  
--- 188,194 ----
    "*If non-nil, attempt to refill paragraphs with hidden references.
  This refilling may accidentally remove explicit line breaks in the info
  file, so be prepared for a few surprises if you enable this feature."
!   :version "22.1"
    :type 'boolean
    :group 'info)
  




reply via email to

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