/[emacs]/emacs/lisp/custom.el
ViewVC logotype

Diff of /emacs/lisp/custom.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.105 by monnier, Mon Nov 21 00:01:06 2005 UTC revision 1.106 by jurta, Mon Nov 21 07:56:50 2005 UTC
# Line 210  The following keywords are meaningful: Line 210  The following keywords are meaningful:
210          item.  This is a sentence containing an active field which          item.  This is a sentence containing an active field which
211          references some other documentation.          references some other documentation.
212    
213          There are three alternatives you can use for LINK-DATA:          There are several alternatives you can use for LINK-DATA:
214    
215          (custom-manual INFO-NODE)          (custom-manual INFO-NODE)
216               Link to an Info node; INFO-NODE is a string which specifies               Link to an Info node; INFO-NODE is a string which specifies
217               the node name, as in \"(emacs)Top\".  The link appears as               the node name, as in \"(emacs)Top\".
              `[manual]' in the customization buffer.  
218    
219          (info-link INFO-NODE)          (info-link INFO-NODE)
220               Like `custom-manual' except that the link appears in the               Like `custom-manual' except that the link appears in the
# Line 223  The following keywords are meaningful: Line 222  The following keywords are meaningful:
222    
223          (url-link URL)          (url-link URL)
224               Link to a web page; URL is a string which specifies the URL.               Link to a web page; URL is a string which specifies the URL.
225               The link appears in the customization buffer as URL.  
226            (emacs-commentary-link LIBRARY)
227                 Link to the commentary section of LIBRARY.
228    
229            (emacs-library-link LIBRARY)
230                 Link to an Emacs Lisp LIBRARY file.
231    
232            (file-link FILE)
233                 Link to FILE.
234    
235            (function-link FUNCTION)
236                 Link to the documentation of FUNCTION.
237    
238            (variable-link VARIABLE)
239                 Link to the documentation of VARIABLE.
240    
241            (custom-group-link GROUP)
242                 Link to another customization GROUP.
243    
244          You can specify the text to use in the customization buffer by          You can specify the text to use in the customization buffer by
245          adding `:tag NAME' after the first element of the LINK-DATA; for          adding `:tag NAME' after the first element of the LINK-DATA; for

Legend:
Removed from v.1.105  
changed lines
  Added in v.1.106

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26