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
e612f4bd
Commit
e612f4bd
authored
May 19, 1998
by
Richard M. Stallman
Browse files
(defcustom): Doc fix.
parent
9a9c6f9f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
8 deletions
+10
-8
lisp/custom.el
lisp/custom.el
+10
-8
No files found.
lisp/custom.el
View file @
e612f4bd
...
...
@@ -169,27 +169,29 @@ The remaining arguments should have the form
[KEYWORD VALUE]...
The following
KEYWORD's are defined
:
The following
keywords are meaningful
:
:type VALUE should be a widget type for editing the symbols value.
The default is `sexp'.
:options VALUE should be a list of valid members of the widget type.
:group VALUE should be a customization group.
Add SYMBOL to that group.
:initialize VALUE should be a function used to initialize the
:initialize
VALUE should be a function used to initialize the
variable. It takes two arguments, the symbol and value
given in the `defcustom' call. The default is
`custom-initialize-default'
:set VALUE should be a function to set the value of the symbol.
It takes two arguments, the symbol to set and the value to
give it. The default is `set-default'.
give it. The default
choice of function
is `set-default'.
:get VALUE should be a function to extract the value of symbol.
The function takes one argument, a symbol, and should return
the current value for that symbol. The default is
`default-value'.
:require VALUE should be a feature symbol. Each feature will be
required after initialization, of the the user have saved this
option.
the current value for that symbol. The default choice of function
is `default-value'.
:require
VALUE should be a feature symbol. If you save a value
for this option, then when your `.emacs' file loads the value,
it does (require VALUE) first.
Read the section about customization in the Emacs Lisp manual for more
information."
...
...
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