Mercurial > emacs
changeset 7062:6356b8d3144e
(Fkill_all_local_variables): Doc fix.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sun, 24 Apr 1994 05:13:41 +0000 |
parents | 9f27a57b7662 |
children | 9a0d189fd877 |
files | src/buffer.c |
diffstat | 1 files changed, 4 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/buffer.c Sun Apr 24 05:10:51 1994 +0000 +++ b/src/buffer.c Sun Apr 24 05:13:41 1994 +0000 @@ -1209,7 +1209,10 @@ Every function to select a new major mode starts by\n\ calling this function.\n\n\ As a special exception, local variables whose names have\n\ -a non-nil `permanent-local' property are not eliminated by this function.") +a non-nil `permanent-local' property are not eliminated by this function.\n\ +\n\ +The first thing this function does is run\n\ +the normal hook `change-major-mode-hook'.") () { register Lisp_Object alist, sym, tem;