aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/info.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/info.el b/lisp/info.el
index 3082aa7231c..4fdbaa74e8d 100644
--- a/lisp/info.el
+++ b/lisp/info.el
@@ -149,6 +149,7 @@ that you visit a subnode before getting to the end of the menu.
149Setting this option to nil results in behavior similar to the stand-alone 149Setting this option to nil results in behavior similar to the stand-alone
150Info reader program, which visits the first subnode from the menu only 150Info reader program, which visits the first subnode from the menu only
151when you hit the end of the current node." 151when 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