Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
da506c0e
Commit
da506c0e
authored
Aug 31, 2006
by
Richard M. Stallman
Browse files
(define-minor-mode): Reference manual about customization, rather than
M-x customize, in the doc string made for the defcustom.
parent
5b061d28
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
lisp/emacs-lisp/easy-mmode.el
lisp/emacs-lisp/easy-mmode.el
+2
-1
No files found.
lisp/emacs-lisp/easy-mmode.el
View file @
da506c0e
...
...
@@ -200,7 +200,8 @@ Use the command `%s' to change this variable." pretty-name mode))
See the command `%s' for a description of this minor-mode."
(
if
body
"
Setting this variable directly does not take effect;
use either \\[customize] or the function `%s'."
))))
either customize it (see the info node `Easy Customization')
or call the function `%s'."
))))
`
(
defcustom
,
mode
,
init-value
,
(
format
base-doc-string
pretty-name
mode
mode
)
,@
set
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment