From 03e31a1a3e9c2ed558ad6aa6d1d74e751f75f231 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sun, 9 Jan 2005 02:45:24 +0000 Subject: [PATCH] (customize): Delete :link. --- lisp/ChangeLog | 4 ++++ lisp/cus-edit.el | 1 - 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index ce59835ecdf..485aa4ce7e1 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2005-01-08 Richard M. Stallman + + * cus-edit.el (customize): Delete :link. + 2005-01-08 Jay Belanger * calc/calc.el (calc-mode): Remove the extension from the diff --git a/lisp/cus-edit.el b/lisp/cus-edit.el index 055772f418a..8a60163181a 100644 --- a/lisp/cus-edit.el +++ b/lisp/cus-edit.el @@ -243,7 +243,6 @@ (defgroup customize '((widgets custom-group)) "Customization of the Customization support." - :link '(custom-manual "(emacs)Easy Customization") :prefix "custom-" :group 'help) -- 2.11.4.GIT