aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Kangas2024-10-04 23:28:09 +0200
committerStefan Kangas2024-10-04 23:35:33 +0200
commitecac8ca62ea1dab8cf353ff4274469840ce3d0c9 (patch)
tree15a688a500684b82623806d342bcdaf2ec2ba2df
parent9ba20e8f39ca4784c6445b92603eca7a045954ac (diff)
downloademacs-ecac8ca62ea1dab8cf353ff4274469840ce3d0c9.tar.gz
emacs-ecac8ca62ea1dab8cf353ff4274469840ce3d0c9.zip
Shorten info-lookup-mode docstring
* lisp/info-look.el (info-lookup-mode): Shorten variable docstring by removing information that is auto-generated by 'describe-variable'.
-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."