comparison lisp/info.el @ 52216:9c9f228688f7

(Info-scroll-prefer-subnodes): Add :version keyword to defcustom, because the default was recently changed.
author Luc Teirlinck <teirllm@auburn.edu>
date Sun, 17 Aug 2003 05:25:58 +0000
parents 4ab63324776e
children ef170d234e2d
comparison
equal deleted inserted replaced
52215:4370c0954dca 52216:9c9f228688f7
147 that you visit a subnode before getting to the end of the menu. 147 that you visit a subnode before getting to the end of the menu.
148 148
149 Setting this option to nil results in behavior similar to the stand-alone 149 Setting this option to nil results in behavior similar to the stand-alone
150 Info reader program, which visits the first subnode from the menu only 150 Info reader program, which visits the first subnode from the menu only
151 when you hit the end of the current node." 151 when you hit the end of the current node."
152 :version "21.4"
152 :type 'boolean 153 :type 'boolean
153 :group 'info) 154 :group 'info)
154 155
155 (defcustom Info-hide-note-references t 156 (defcustom Info-hide-note-references t
156 "*If non-nil, hide the tag and section reference in *note and * menu items. 157 "*If non-nil, hide the tag and section reference in *note and * menu items.