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
c25eec81
Commit
c25eec81
authored
Apr 26, 2005
by
Lute Kamstra
Browse files
(define-minor-mode): Fix docstring.
parent
0edd2744
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
2 deletions
+7
-2
lisp/ChangeLog
lisp/ChangeLog
+5
-0
lisp/emacs-lisp/easy-mmode.el
lisp/emacs-lisp/easy-mmode.el
+2
-2
No files found.
lisp/ChangeLog
View file @
c25eec81
...
...
@@ -26,6 +26,11 @@
2005-04-26 Lute Kamstra <lute@gnu.org>
* emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
* font-lock.el (font-lock-fontify-region-function): Fix docstring.
(font-lock-comment-delimiter-face): Ditto.
* calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
2005-04-25 Jay Belanger <belanger@truman.edu>
...
...
lisp/emacs-lisp/easy-mmode.el
View file @
c25eec81
...
...
@@ -95,8 +95,8 @@ BODY contains code that will be executed each time the mode is (dis)activated.
will be passed to `defcustom' if the minor mode is global):
:group GROUP Custom group name to use in all generated `defcustom' forms.
Defaults to MODE without the possible trailing \"-mode\".
(T
his default
may not be a valid customization group defined
with
`defgroup'
. Make sure it is.)
Don't use t
his default
group name unless you have written a
`defgroup'
to define that group properly.
:global GLOBAL If non-nil specifies that the minor mode is not meant to be
buffer-local, so don't make the variable MODE buffer-local.
By default, the mode is buffer-local.
...
...
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