aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/info-look.el3
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/info-look.el b/lisp/info-look.el
index fbb6dd1e9d2..52f20e34b88 100644
--- a/lisp/info-look.el
+++ b/lisp/info-look.el
@@ -48,8 +48,7 @@
48 48
49(defvar-local info-lookup-mode nil 49(defvar-local info-lookup-mode nil
50 "Symbol of the current buffer's help mode. 50 "Symbol of the current buffer's help mode.
51Help is provided according to the buffer's major mode if value is nil. 51Help is provided according to the buffer's major mode if value is nil.")
52Automatically becomes buffer local when set in any fashion.")
53 52
54(defcustom info-lookup-other-window-flag t 53(defcustom info-lookup-other-window-flag t
55 "Non-nil means pop up the Info buffer in another window." 54 "Non-nil means pop up the Info buffer in another window."