aboutsummaryrefslogtreecommitdiffstats
path: root/src/buffer.c
diff options
context:
space:
mode:
authorRichard M. Stallman1994-04-24 05:13:41 +0000
committerRichard M. Stallman1994-04-24 05:13:41 +0000
commitc5a15222301072c1cefcda253436e4000e473794 (patch)
treef7e2cdd6e638a73dbf747d09a93ed3c1d675c4f2 /src/buffer.c
parent24db549c643991e462039d0d8908f32c4bf2171a (diff)
downloademacs-c5a15222301072c1cefcda253436e4000e473794.tar.gz
emacs-c5a15222301072c1cefcda253436e4000e473794.zip
(Fkill_all_local_variables): Doc fix.
Diffstat (limited to 'src/buffer.c')
-rw-r--r--src/buffer.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/buffer.c b/src/buffer.c
index 94e475b8f75..7b76ffcaed4 100644
--- a/src/buffer.c
+++ b/src/buffer.c
@@ -1209,7 +1209,10 @@ This function also forces redisplay of the mode line.\n\
1209Every function to select a new major mode starts by\n\ 1209Every function to select a new major mode starts by\n\
1210calling this function.\n\n\ 1210calling this function.\n\n\
1211As a special exception, local variables whose names have\n\ 1211As a special exception, local variables whose names have\n\
1212a non-nil `permanent-local' property are not eliminated by this function.") 1212a non-nil `permanent-local' property are not eliminated by this function.\n\
1213\n\
1214The first thing this function does is run\n\
1215the normal hook `change-major-mode-hook'.")
1213 () 1216 ()
1214{ 1217{
1215 register Lisp_Object alist, sym, tem; 1218 register Lisp_Object alist, sym, tem;