# HG changeset patch # User Stefan Monnier # Date 1002500398 0 # Node ID 10de1d7b2bb37e1c98d7705202b8c5df4684869b # Parent 4bd383bb213770bfbcac4219560458e6cfb6e833 *** empty log message *** diff -r 4bd383bb2137 -r 10de1d7b2bb3 lisp/ChangeLog --- a/lisp/ChangeLog Mon Oct 08 00:19:46 2001 +0000 +++ b/lisp/ChangeLog Mon Oct 08 00:19:58 2001 +0000 @@ -1,5 +1,14 @@ 2001-10-07 Stefan Monnier + * help.el (help-mode): Use define-derived-mode. + (describe-mode): Add optional `buffer' arg. + Use it instead of going through help-xref-mode. + Avoid doubling the word `minor' when prettifying. + (describe-function-1): List the corresponding key bindings. + (describe-variable): Say if the var is automatically buffer-local. + If the source is `loaddefs.el', look for the real source. + (help-xref-mode): Remove. + * emacs-lisp/bytecomp.el (byte-compile-file): Return success when the file says no-byte-compile.