]> git.eshelyaron.com Git - emacs.git/commitdiff
(Info-scroll-prefer-subnodes): Add :version keyword to defcustom,
authorLuc Teirlinck <teirllm@auburn.edu>
Sun, 17 Aug 2003 05:25:58 +0000 (05:25 +0000)
committerLuc Teirlinck <teirllm@auburn.edu>
Sun, 17 Aug 2003 05:25:58 +0000 (05:25 +0000)
because the default was recently changed.

lisp/info.el

index 3082aa7231ca69c007ebbc9216e3d88bbcc997ad..4fdbaa74e8d14ee0cc2fb705c7ea62498cd43843 100644 (file)
@@ -149,6 +149,7 @@ that you visit a subnode before getting to the end of the menu.
 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)