aboutsummaryrefslogtreecommitdiffstats
path: root/src/buffer.c
diff options
context:
space:
mode:
authorChong Yidong2012-12-21 16:04:27 +0800
committerChong Yidong2012-12-21 16:04:27 +0800
commitc1f02afadfc879f527350dc56d6ed4d2daa7e173 (patch)
tree62082b480607256843fb0ed9334a16dc81439ab8 /src/buffer.c
parent07b9c0be5036f343fd21b74526ca450b62e0a729 (diff)
downloademacs-c1f02afadfc879f527350dc56d6ed4d2daa7e173.tar.gz
emacs-c1f02afadfc879f527350dc56d6ed4d2daa7e173.zip
* buffer.c (Fset_buffer_major_mode): Doc fix.
Fixes: debbugs:13231
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)