diff options
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 0b3dde27968..519289fa370 100644 --- a/src/buffer.c +++ b/src/buffer.c | |||
| @@ -2043,7 +2043,7 @@ DEFUN ("bury-buffer-internal", Fbury_buffer_internal, Sbury_buffer_internal, | |||
| 2043 | DEFUN ("set-buffer-major-mode", Fset_buffer_major_mode, Sset_buffer_major_mode, 1, 1, 0, | 2043 | DEFUN ("set-buffer-major-mode", Fset_buffer_major_mode, Sset_buffer_major_mode, 1, 1, 0, |
| 2044 | doc: /* Set an appropriate major mode for BUFFER. | 2044 | doc: /* Set an appropriate major mode for BUFFER. |
| 2045 | For the *scratch* buffer, use `initial-major-mode', otherwise choose a mode | 2045 | For the *scratch* buffer, use `initial-major-mode', otherwise choose a mode |
| 2046 | according to `default-major-mode'. | 2046 | according to the default value of `major-mode'. |
| 2047 | Use this function before selecting the buffer, since it may need to inspect | 2047 | Use this function before selecting the buffer, since it may need to inspect |
| 2048 | the current buffer's major mode. */) | 2048 | the current buffer's major mode. */) |
| 2049 | (Lisp_Object buffer) | 2049 | (Lisp_Object buffer) |