diff options
| -rw-r--r-- | lisp/emacs-lisp/easy-mmode.el | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/lisp/emacs-lisp/easy-mmode.el b/lisp/emacs-lisp/easy-mmode.el index 5543e920c67..f29f64f0562 100644 --- a/lisp/emacs-lisp/easy-mmode.el +++ b/lisp/emacs-lisp/easy-mmode.el | |||
| @@ -152,12 +152,11 @@ For example, you could write | |||
| 152 | ...BODY CODE...)" | 152 | ...BODY CODE...)" |
| 153 | (declare (doc-string 2) | 153 | (declare (doc-string 2) |
| 154 | (debug (&define name string-or-null-p | 154 | (debug (&define name string-or-null-p |
| 155 | [&optional [¬ keywordp] sexp | 155 | [&optional [¬ keywordp] sexp |
| 156 | &optional [¬ keywordp] sexp | 156 | &optional [¬ keywordp] sexp |
| 157 | &optional [¬ keywordp] sexp] | 157 | &optional [¬ keywordp] sexp] |
| 158 | [&rest [keywordp sexp]] | 158 | [&rest [keywordp sexp]] |
| 159 | def-body)) | 159 | def-body))) |
| 160 | (indent 1)) | ||
| 161 | 160 | ||
| 162 | ;; Allow skipping the first three args. | 161 | ;; Allow skipping the first three args. |
| 163 | (cond | 162 | (cond |