Mercurial > emacs
changeset 39832:83fb14b6775e
typo
author | Sam Steingold <sds@gnu.org> |
---|---|
date | Fri, 12 Oct 2001 16:55:21 +0000 |
parents | ef785a6f6245 |
children | c6e48d7cdb07 |
files | lisp/ChangeLog |
diffstat | 1 files changed, 4 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- 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 <miles@gnu.org> * 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 <gerd@gnu.org> * 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 <monnier@cs.yale.edu>