Mercurial > emacs
changeset 59364:6c0affadd4d4
(customize): Make :link point to user doc.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Tue, 04 Jan 2005 23:41:51 +0000 |
parents | 9120644ff426 |
children | 63100bba6ef9 |
files | lisp/cus-edit.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/cus-edit.el Tue Jan 04 21:15:09 2005 +0000 +++ b/lisp/cus-edit.el Tue Jan 04 23:41:51 2005 +0000 @@ -243,7 +243,7 @@ (defgroup customize '((widgets custom-group)) "Customization of the Customization support." - :link '(custom-manual "(elisp)Customization") + :link '(custom-manual "(emacs)Easy Customization") :prefix "custom-" :group 'help)