aboutsummaryrefslogtreecommitdiffstats
path: root/src/buffer.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/buffer.c')
-rw-r--r--src/buffer.c2
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,
2043DEFUN ("set-buffer-major-mode", Fset_buffer_major_mode, Sset_buffer_major_mode, 1, 1, 0, 2043DEFUN ("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.
2045For the *scratch* buffer, use `initial-major-mode', otherwise choose a mode 2045For the *scratch* buffer, use `initial-major-mode', otherwise choose a mode
2046according to `default-major-mode'. 2046according to the default value of `major-mode'.
2047Use this function before selecting the buffer, since it may need to inspect 2047Use this function before selecting the buffer, since it may need to inspect
2048the current buffer's major mode. */) 2048the current buffer's major mode. */)
2049 (Lisp_Object buffer) 2049 (Lisp_Object buffer)