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
b50b95ce
Commit
b50b95ce
authored
Jul 09, 2006
by
Richard M. Stallman
Browse files
(define-minor-mode): Doc fix.
parent
21662bd3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
lisp/emacs-lisp/easy-mmode.el
lisp/emacs-lisp/easy-mmode.el
+2
-2
No files found.
lisp/emacs-lisp/easy-mmode.el
View file @
b50b95ce
...
...
@@ -102,8 +102,8 @@ The above three arguments can be skipped if keyword arguments are
used (see below).
BODY contains code to execute each time the mode is activated or deactivated.
It
will be
executed after
any
toggling
but before running the hook variable
`mode-HOOK'.
It
is
executed after toggling
the mode,
and before running the hook variable
`mode-HOOK'.
Before the actual body code, you can write keyword arguments (alternating
keywords and values). These following keyword arguments are supported (other
keywords will be passed to `defcustom' if the minor mode is global):
...
...
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