diff options
| author | Richard M. Stallman | 1994-04-24 05:13:41 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1994-04-24 05:13:41 +0000 |
| commit | c5a15222301072c1cefcda253436e4000e473794 (patch) | |
| tree | f7e2cdd6e638a73dbf747d09a93ed3c1d675c4f2 /src/buffer.c | |
| parent | 24db549c643991e462039d0d8908f32c4bf2171a (diff) | |
| download | emacs-c5a15222301072c1cefcda253436e4000e473794.tar.gz emacs-c5a15222301072c1cefcda253436e4000e473794.zip | |
(Fkill_all_local_variables): Doc fix.
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; |