diff options
| author | Joakim Verona | 2012-12-21 20:42:09 +0100 |
|---|---|---|
| committer | Joakim Verona | 2012-12-21 20:42:09 +0100 |
| commit | 222a843741c09ceb1982e0eaa9894bef6ca6c37f (patch) | |
| tree | 501de2bd4111ac076f0ecb849bc96784218dede6 /src/buffer.c | |
| parent | a1826c0db8917c8bd7b66b98f44136e86c5ddbde (diff) | |
| parent | a4b0cca119b01dc55bad802ef696c857fe014482 (diff) | |
| download | emacs-222a843741c09ceb1982e0eaa9894bef6ca6c37f.tar.gz emacs-222a843741c09ceb1982e0eaa9894bef6ca6c37f.zip | |
auto upstream
Diffstat (limited to 'src/buffer.c')
| -rw-r--r-- | src/buffer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/buffer.c b/src/buffer.c index 748422df73a..3cf590d4db7 100644 --- a/src/buffer.c +++ b/src/buffer.c | |||
| @@ -2049,7 +2049,7 @@ DEFUN ("bury-buffer-internal", Fbury_buffer_internal, Sbury_buffer_internal, | |||
| 2049 | DEFUN ("set-buffer-major-mode", Fset_buffer_major_mode, Sset_buffer_major_mode, 1, 1, 0, | 2049 | DEFUN ("set-buffer-major-mode", Fset_buffer_major_mode, Sset_buffer_major_mode, 1, 1, 0, |
| 2050 | doc: /* Set an appropriate major mode for BUFFER. | 2050 | doc: /* Set an appropriate major mode for BUFFER. |
| 2051 | For the *scratch* buffer, use `initial-major-mode', otherwise choose a mode | 2051 | For the *scratch* buffer, use `initial-major-mode', otherwise choose a mode |
| 2052 | according to `default-major-mode'. | 2052 | according to the default value of `major-mode'. |
| 2053 | Use this function before selecting the buffer, since it may need to inspect | 2053 | Use this function before selecting the buffer, since it may need to inspect |
| 2054 | the current buffer's major mode. */) | 2054 | the current buffer's major mode. */) |
| 2055 | (Lisp_Object buffer) | 2055 | (Lisp_Object buffer) |