Changeset 4161 for trunk/lisp/emacs-lisp/easy-mmode.el
- Timestamp:
- 09/09/06 16:30:10 (2 years ago)
- Files:
-
- trunk/lisp/emacs-lisp/easy-mmode.el (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/lisp/emacs-lisp/easy-mmode.el
r4111 r4161 201 201 (if body " 202 202 Setting this variable directly does not take effect; 203 use either \\[customize] or the function `%s'.")))) 203 either customize it (see the info node `Easy Customization') 204 or call the function `%s'.")))) 204 205 `(defcustom ,mode ,init-value 205 206 ,(format base-doc-string pretty-name mode mode)
