diff options
| author | Richard M. Stallman | 2007-05-10 16:33:50 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2007-05-10 16:33:50 +0000 |
| commit | 7d5e5e70879f49baad2b873e1a064beb7b11c6f0 (patch) | |
| tree | 864ca01d1e88e7fb849502a120b3fc497bc0ea5f | |
| parent | 9adcbb0ce23a2fdbb363156022f0ec21a3e0dd6b (diff) | |
| download | emacs-7d5e5e70879f49baad2b873e1a064beb7b11c6f0.tar.gz emacs-7d5e5e70879f49baad2b873e1a064beb7b11c6f0.zip | |
(define-minor-mode): Fix generated doc string.
| -rw-r--r-- | lisp/emacs-lisp/easy-mmode.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/easy-mmode.el b/lisp/emacs-lisp/easy-mmode.el index 2ce4ca8cf38..19ed39a2b42 100644 --- a/lisp/emacs-lisp/easy-mmode.el +++ b/lisp/emacs-lisp/easy-mmode.el | |||
| @@ -197,7 +197,7 @@ Use the command `%s' to change this variable." pretty-name mode)) | |||
| 197 | 197 | ||
| 198 | (let ((base-doc-string | 198 | (let ((base-doc-string |
| 199 | (concat "Non-nil if %s is enabled. | 199 | (concat "Non-nil if %s is enabled. |
| 200 | See the command `%s' for a description of this minor-mode." | 200 | See the command `%s' for a description of this minor mode." |
| 201 | (if body " | 201 | (if body " |
| 202 | Setting this variable directly does not take effect; | 202 | Setting this variable directly does not take effect; |
| 203 | either customize it (see the info node `Easy Customization') | 203 | either customize it (see the info node `Easy Customization') |