]> git.eshelyaron.com Git - emacs.git/commitdiff
Shorten info-lookup-mode docstring
authorStefan Kangas <stefankangas@gmail.com>
Fri, 4 Oct 2024 21:28:09 +0000 (23:28 +0200)
committerEshel Yaron <me@eshelyaron.com>
Sun, 6 Oct 2024 06:47:57 +0000 (08:47 +0200)
* lisp/info-look.el (info-lookup-mode): Shorten variable docstring by
removing information that is auto-generated by 'describe-variable'.

(cherry picked from commit ecac8ca62ea1dab8cf353ff4274469840ce3d0c9)

lisp/info-look.el

index 43d223d069aaceefdb10221d3f4699ac6c49ea2d..9bca1d8e25abbc24fb3a4e3af7fe28feff839921 100644 (file)
@@ -50,8 +50,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."