diff options
author | Richard M. Stallman <rms@gnu.org> | 2005-01-09 02:45:24 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2005-01-09 02:45:24 +0000 |
commit | 03e31a1a3e9c2ed558ad6aa6d1d74e751f75f231 (patch) | |
tree | 52583a3a836a2a22ab825c945a5b0ae53edc6beb /lisp/cus-edit.el | |
parent | 8ab2c119c23ef0f81e59d379343c16f70521978f (diff) | |
download | emacs-03e31a1a3e9c2ed558ad6aa6d1d74e751f75f231.tar.gz |
(customize): Delete :link.
Diffstat (limited to 'lisp/cus-edit.el')
-rw-r--r-- | lisp/cus-edit.el | 1 |
1 files changed, 0 insertions, 1 deletions
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) |