mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-09 15:50:40 -08:00
(define-minor-mode): Fix docstring.
This commit is contained in:
parent
0edd2744ad
commit
c25eec81aa
2 changed files with 7 additions and 2 deletions
|
|
@ -26,6 +26,11 @@
|
||||||
|
|
||||||
2005-04-26 Lute Kamstra <lute@gnu.org>
|
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.
|
* calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
|
||||||
|
|
||||||
2005-04-25 Jay Belanger <belanger@truman.edu>
|
2005-04-25 Jay Belanger <belanger@truman.edu>
|
||||||
|
|
|
||||||
|
|
@ -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):
|
will be passed to `defcustom' if the minor mode is global):
|
||||||
:group GROUP Custom group name to use in all generated `defcustom' forms.
|
:group GROUP Custom group name to use in all generated `defcustom' forms.
|
||||||
Defaults to MODE without the possible trailing \"-mode\".
|
Defaults to MODE without the possible trailing \"-mode\".
|
||||||
(This default may not be a valid customization group defined
|
Don't use this default group name unless you have written a
|
||||||
with `defgroup'. Make sure it is.)
|
`defgroup' to define that group properly.
|
||||||
:global GLOBAL If non-nil specifies that the minor mode is not meant to be
|
: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.
|
buffer-local, so don't make the variable MODE buffer-local.
|
||||||
By default, the mode is buffer-local.
|
By default, the mode is buffer-local.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue