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
3dc5f18e
Commit
3dc5f18e
authored
Jan 03, 2002
by
Richard M. Stallman
Browse files
(defcustom): Fix syntax of previous change.
parent
56aca04a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
6 deletions
+10
-6
lisp/ChangeLog
lisp/ChangeLog
+4
-0
lisp/custom.el
lisp/custom.el
+6
-6
No files found.
lisp/ChangeLog
View file @
3dc5f18e
2002-01-03 Richard M. Stallman <rms@gnu.org>
* custom.el (defcustom): Fix syntax of previous change.
2002-01-03 Per Abrahamsen <abraham@dina.kvl.dk>
* custom.el (defcustom): Documented :tag, :link and :load.
...
...
lisp/custom.el
View file @
3dc5f18e
...
...
@@ -173,29 +173,29 @@ The following keywords are meaningful:
: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.
:link LINK-DATA
'
:link LINK-DATA
Include an external link after the documentation string for this
item. This is a sentence containing an active field which
references some other documentation.
There are three alternatives you can use for LINK-DATA:
`
(custom-manual INFO-NODE)
'
(custom-manual INFO-NODE)
Link to an Info node; INFO-NODE is a string which specifies
the node name, as in
`
\"(emacs)Top\"
'
. The link appears as
the node name, as in \"(emacs)Top\". The link appears as
`[manual]' in the customization buffer.
`
(info-link INFO-NODE)
'
(info-link INFO-NODE)
Like `custom-manual' except that the link appears in the
customization buffer with the Info node name.
`
(url-link URL)
'
(url-link URL)
Link to a web page; URL is a string which specifies the URL.
The link appears in the customization buffer as URL.
You can specify the text to use in the customization buffer by
adding `:tag NAME' after the first element of the LINK-DATA; for
example,
`
(info-link :tag \"foo\" \"(emacs)Top\")
'
makes a link to the
example, (info-link :tag \"foo\" \"(emacs)Top\") makes a link to the
Emacs manual which appears in the buffer as `foo'.
An item can have more than one external link; however, most items
...
...
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