mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-14 23:40:39 -08:00
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'.
This commit is contained in:
parent
9ba20e8f39
commit
ecac8ca62e
1 changed files with 1 additions and 2 deletions
|
|
@ -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."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue