mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-05 11:21:04 -08:00
Wrap the auto-generated doc string
* lisp/emacs-lisp/easy-mmode.el (define-minor-mode): Wrap a
string to make it less likely that we get overlong lines
(bug#17999).
(cherry picked from commit 323b696649)
This commit is contained in:
parent
dc960d9743
commit
df6cee9456
1 changed files with 2 additions and 1 deletions
|
|
@ -252,7 +252,8 @@ Use the command `%s' to change this variable." pretty-name mode))
|
|||
(t
|
||||
(let ((base-doc-string
|
||||
(concat "Non-nil if %s is enabled.
|
||||
See the command `%s' for a description of this minor mode."
|
||||
See the `%s' command
|
||||
for a description of this minor mode."
|
||||
(if body "
|
||||
Setting this variable directly does not take effect;
|
||||
either customize it (see the info node `Easy Customization')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue