diff options
| -rw-r--r-- | lisp/ChangeLog | 4 | ||||
| -rw-r--r-- | lisp/cus-edit.el | 1 |
2 files changed, 4 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index ce59835ecdf..485aa4ce7e1 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2005-01-08 Richard M. Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * cus-edit.el (customize): Delete :link. | ||
| 4 | |||
| 1 | 2005-01-08 Jay Belanger <belanger@truman.edu> | 5 | 2005-01-08 Jay Belanger <belanger@truman.edu> |
| 2 | 6 | ||
| 3 | * calc/calc.el (calc-mode): Remove the extension from the | 7 | * 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 @@ | |||
| 243 | 243 | ||
| 244 | (defgroup customize '((widgets custom-group)) | 244 | (defgroup customize '((widgets custom-group)) |
| 245 | "Customization of the Customization support." | 245 | "Customization of the Customization support." |
| 246 | :link '(custom-manual "(emacs)Easy Customization") | ||
| 247 | :prefix "custom-" | 246 | :prefix "custom-" |
| 248 | :group 'help) | 247 | :group 'help) |
| 249 | 248 | ||