]> git.eshelyaron.com Git - emacs.git/commitdiff
Wrap the auto-generated doc string
authorLars Ingebrigtsen <larsi@gnus.org>
Fri, 29 Apr 2016 21:25:07 +0000 (23:25 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Fri, 29 Apr 2016 21:25:07 +0000 (23:25 +0200)
* lisp/emacs-lisp/easy-mmode.el (define-minor-mode): Wrap a
string to make it less likely that we get overlong lines
(bug#17999).

lisp/emacs-lisp/easy-mmode.el

index 46d5d0d4f5929deb745d086d2067ac05af2abdad..38295c302eacbba81c2a356857a7784fd46a2c26 100644 (file)
@@ -253,7 +253,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')