Mercurial > emacs
changeset 39660:10de1d7b2bb3
*** empty log message ***
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Mon, 08 Oct 2001 00:19:58 +0000 |
parents | 4bd383bb2137 |
children | cbfae3e04e1c |
files | lisp/ChangeLog |
diffstat | 1 files changed, 9 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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 <monnier@cs.yale.edu> + * 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.