mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-03-27 01:01:52 -07: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
|
(t
|
||||||
(let ((base-doc-string
|
(let ((base-doc-string
|
||||||
(concat "Non-nil if %s is enabled.
|
(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 "
|
(if body "
|
||||||
Setting this variable directly does not take effect;
|
Setting this variable directly does not take effect;
|
||||||
either customize it (see the info node `Easy Customization')
|
either customize it (see the info node `Easy Customization')
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue