]> git.eshelyaron.com Git - emacs.git/commitdiff
(Fkill_all_local_variables): Doc fix.
authorRichard M. Stallman <rms@gnu.org>
Sun, 24 Apr 1994 05:13:41 +0000 (05:13 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 24 Apr 1994 05:13:41 +0000 (05:13 +0000)
src/buffer.c

index 94e475b8f75485184572a767e3758d076be36132..7b76ffcaed4c64ab700f588b6cc0cfbd6d158dd1 100644 (file)
@@ -1209,7 +1209,10 @@ This function also forces redisplay of the mode line.\n\
 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;