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
bfa54668
Commit
bfa54668
authored
Apr 05, 2005
by
Lute Kamstra
Browse files
(Defining Minor Modes): Document :group keyword argument and its
default value.
parent
79f9f704
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
0 deletions
+11
-0
lispref/ChangeLog
lispref/ChangeLog
+5
-0
lispref/modes.texi
lispref/modes.texi
+6
-0
No files found.
lispref/ChangeLog
View file @
bfa54668
2005-04-05 Lute Kamstra <lute@gnu.org>
* modes.texi (Defining Minor Modes): Document :group keyword
argument and its default value.
2005-04-03 Lute Kamstra <lute@gnu.org>
* hooks.texi (Standard Hooks): Add some hooks. Add cross
...
...
lispref/modes.texi
View file @
bfa54668
...
...
@@ -1127,6 +1127,12 @@ used. The @var{keyword-args} consist of keywords followed by
corresponding values. A few keywords have special meanings:
@table @code
@item :group @var{group}
Custom group name to use in all generated @code{defcustom} forms.
Defaults to @var{mode} without the possible trailing @samp{-mode}. Be
aware that this default may not be a valid customization group defined
with @code{defgroup}. Please make sure it is.
@item :global @var{global}
If non-@code{nil} specifies that the minor mode should be global.
By default, minor modes are 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