aboutsummaryrefslogtreecommitdiffstats
path: root/src/buffer.c
diff options
context:
space:
mode:
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;