1
Fork 0
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:
Lars Ingebrigtsen 2016-04-29 23:25:07 +02:00
parent dc960d9743
commit df6cee9456

View file

@ -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')