diff options
| -rw-r--r-- | lisp/info.el | 1 |
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. | |||
| 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 | ||