[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
master ecac8ca62ea 2/5: Shorten info-lookup-mode docstring
From: |
Stefan Kangas |
Subject: |
master ecac8ca62ea 2/5: Shorten info-lookup-mode docstring |
Date: |
Fri, 4 Oct 2024 18:11:02 -0400 (EDT) |
branch: master
commit ecac8ca62ea1dab8cf353ff4274469840ce3d0c9
Author: Stefan Kangas <stefankangas@gmail.com>
Commit: Stefan Kangas <stefankangas@gmail.com>
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'.
---
lisp/info-look.el | 3 +--
1 file changed, 1 insertion(+), 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 @@
(defvar-local info-lookup-mode nil
"Symbol of the current buffer's help mode.
-Help is provided according to the buffer's major mode if value is nil.
-Automatically becomes buffer local when set in any fashion.")
+Help is provided according to the buffer's major mode if value is nil.")
(defcustom info-lookup-other-window-flag t
"Non-nil means pop up the Info buffer in another window."