# HG changeset patch # User Sam Steingold # Date 1002905721 0 # Node ID 83fb14b6775e01f75e81d1b366e2e43a9cc2a55c # Parent ef785a6f62451b8498e8e8441335b08ea7c243b0 typo diff -r ef785a6f6245 -r 83fb14b6775e lisp/ChangeLog --- a/lisp/ChangeLog Fri Oct 12 16:39:20 2001 +0000 +++ b/lisp/ChangeLog Fri Oct 12 16:55:21 2001 +0000 @@ -15,7 +15,7 @@ 2001-10-12 Miles Bader * help-mode.el (help-customize-face): New button-type. - + * faces.el (list-faces-display): Fix args to `help-xref-button'. (describe-face): Fix args to `help-xref-button'. Don't switch to help-buffer around call to `help-setup-xref'. @@ -50,12 +50,12 @@ (describe-bindings): Call help-setup-xref earlier. (describe-key): Call help-setup-xref. Fix call to describe-function-1. (describe-mode): Don't autoload. Call help-setup-xref earlier. - + 2001-10-11 Gerd Moellmann * master.el (master-mode): Use define-minor-mode instead of easy-mmode-define-minor-mode. Add autload cookie. - (Coomentary): Remove the line showing how to autoload master-mode, + (Commentary): Remove the line showing how to autoload master-mode, since it's always autoloaded. * master.el: New file. @@ -88,7 +88,7 @@ * diff.el (diff): Display default values in prompts as `(default ...)', not `(...)'. - + * info.el (Info-follow-reference): Likewise. 2001-10-10 Stefan Monnier