diff options
Diffstat (limited to 'src/buffer.c')
| -rw-r--r-- | src/buffer.c | 5 |
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\ | |||
| 1209 | Every function to select a new major mode starts by\n\ | 1209 | Every function to select a new major mode starts by\n\ |
| 1210 | calling this function.\n\n\ | 1210 | calling this function.\n\n\ |
| 1211 | As a special exception, local variables whose names have\n\ | 1211 | As a special exception, local variables whose names have\n\ |
| 1212 | a non-nil `permanent-local' property are not eliminated by this function.") | 1212 | a non-nil `permanent-local' property are not eliminated by this function.\n\ |
| 1213 | \n\ | ||
| 1214 | The first thing this function does is run\n\ | ||
| 1215 | the normal hook `change-major-mode-hook'.") | ||
| 1213 | () | 1216 | () |
| 1214 | { | 1217 | { |
| 1215 | register Lisp_Object alist, sym, tem; | 1218 | register Lisp_Object alist, sym, tem; |