]> git.eshelyaron.com Git - emacs.git/commitdiff
(customize): Delete :link.
authorRichard M. Stallman <rms@gnu.org>
Sun, 9 Jan 2005 02:45:24 +0000 (02:45 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 9 Jan 2005 02:45:24 +0000 (02:45 +0000)
lisp/ChangeLog
lisp/cus-edit.el

index ce59835ecdf102aff3fe8e1261596423293ab222..485aa4ce7e17e9476c9460d7874afc1762c92ec0 100644 (file)
@@ -1,3 +1,7 @@
+2005-01-08  Richard M. Stallman  <rms@gnu.org>
+
+       * cus-edit.el (customize): Delete :link.
+
 2005-01-08  Jay Belanger  <belanger@truman.edu>
 
        * calc/calc.el (calc-mode): Remove the extension from the
index 055772f418addfe90e7c17333f24510c9789fbb3..8a60163181a7879001fc73c69dc5c5883bae62cb 100644 (file)
 
 (defgroup customize '((widgets custom-group))
   "Customization of the Customization support."
-  :link '(custom-manual "(emacs)Easy Customization")
   :prefix "custom-"
   :group 'help)