comparison lisp/emacs-lisp/easy-mmode.el @ 90159:08185296b491

Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-44 Merge from emacs--cvs-trunk--0 Patches applied: * emacs--cvs-trunk--0 (patch 272-288) - src/xdisp.c (dump_glyph_row): Don't display overlay_arrow_p field. - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 67) - Update from CVS
author Miles Bader <miles@gnu.org>
date Thu, 05 May 2005 00:04:55 +0000
parents 02f1dbc4a199 d60a6aee7c8d
children 62afea0771d8
comparison
equal deleted inserted replaced
90158:bf4846baba9a 90159:08185296b491
93 keyword arguments (alternating keywords and values). 93 keyword arguments (alternating keywords and values).
94 These following keyword arguments are supported (other keywords 94 These following keyword arguments are supported (other keywords
95 will be passed to `defcustom' if the minor mode is global): 95 will be passed to `defcustom' if the minor mode is global):
96 :group GROUP Custom group name to use in all generated `defcustom' forms. 96 :group GROUP Custom group name to use in all generated `defcustom' forms.
97 Defaults to MODE without the possible trailing \"-mode\". 97 Defaults to MODE without the possible trailing \"-mode\".
98 (This default may not be a valid customization group defined 98 Don't use this default group name unless you have written a
99 with `defgroup'. Make sure it is.) 99 `defgroup' to define that group properly.
100 :global GLOBAL If non-nil specifies that the minor mode is not meant to be 100 :global GLOBAL If non-nil specifies that the minor mode is not meant to be
101 buffer-local, so don't make the variable MODE buffer-local. 101 buffer-local, so don't make the variable MODE buffer-local.
102 By default, the mode is buffer-local. 102 By default, the mode is buffer-local.
103 :init-value VAL Same as the INIT-VALUE argument. 103 :init-value VAL Same as the INIT-VALUE argument.
104 :lighter SPEC Same as the LIGHTER argument. 104 :lighter SPEC Same as the LIGHTER argument.