# HG changeset patch # User Richard M. Stallman # Date 767164421 0 # Node ID 6356b8d3144e2133ca46d2a29d6cac9003f42e19 # Parent 9f27a57b7662c4d29cdd87ca8fb93c6b8b874a50 (Fkill_all_local_variables): Doc fix. diff -r 9f27a57b7662 -r 6356b8d3144e src/buffer.c --- 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;