emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/custom.el


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/custom.el
Date: Thu, 03 Jan 2002 14:56:59 -0500

Index: emacs/lisp/custom.el
diff -c emacs/lisp/custom.el:1.48 emacs/lisp/custom.el:1.49
*** emacs/lisp/custom.el:1.48   Thu Jan  3 11:56:30 2002
--- emacs/lisp/custom.el        Thu Jan  3 14:56:59 2002
***************
*** 173,201 ****
  :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'
          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)'
               Link to an Info node; INFO-NODE is a string which specifies
!              the node name, as in `\"(emacs)Top\"'.  The link appears as
               `[manual]' in the customization buffer.
     
!         `(info-link INFO-NODE)'
               Like `custom-manual' except that the link appears in the
               customization buffer with the Info node name.
     
!         `(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
          Emacs manual which appears in the buffer as `foo'.
     
          An item can have more than one external link; however, most items
--- 173,201 ----
  :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
          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)
               Link to an Info node; INFO-NODE is a string which specifies
!              the node name, as in \"(emacs)Top\".  The link appears as
               `[manual]' in the customization buffer.
     
!         (info-link INFO-NODE)
               Like `custom-manual' except that the link appears in the
               customization buffer with the Info node name.
     
!         (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
          Emacs manual which appears in the buffer as `foo'.
     
          An item can have more than one external link; however, most items



reply via email to

[Prev in Thread] Current Thread [Next in Thread]