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: Juri Linkov
Subject: [Emacs-diffs] Changes to emacs/lisp/custom.el
Date: Mon, 21 Nov 2005 02:56:50 -0500

Index: emacs/lisp/custom.el
diff -c emacs/lisp/custom.el:1.105 emacs/lisp/custom.el:1.106
*** emacs/lisp/custom.el:1.105  Mon Nov 21 00:01:06 2005
--- emacs/lisp/custom.el        Mon Nov 21 07:56:50 2005
***************
*** 210,221 ****
          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
--- 210,220 ----
          item.  This is a sentence containing an active field which
          references some other documentation.
  
!         There are several 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\".
  
          (info-link INFO-NODE)
               Like `custom-manual' except that the link appears in the
***************
*** 223,229 ****
  
          (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
--- 222,245 ----
  
          (url-link URL)
               Link to a web page; URL is a string which specifies the URL.
! 
!         (emacs-commentary-link LIBRARY)
!              Link to the commentary section of LIBRARY.
! 
!         (emacs-library-link LIBRARY)
!              Link to an Emacs Lisp LIBRARY file.
! 
!         (file-link FILE)
!              Link to FILE.
! 
!         (function-link FUNCTION)
!              Link to the documentation of FUNCTION.
! 
!         (variable-link VARIABLE)
!              Link to the documentation of VARIABLE.
! 
!         (custom-group-link GROUP)
!              Link to another customization GROUP.
  
          You can specify the text to use in the customization buffer by
          adding `:tag NAME' after the first element of the LINK-DATA; for




reply via email to

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