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 915a3919136..bad812ba9e5 100644
--- a/src/buffer.c
+++ b/src/buffer.c
@@ -316,7 +316,7 @@ The value is never nil.")
316 316
317DEFUN ("make-indirect-buffer", 317DEFUN ("make-indirect-buffer",
318 Fmake_indirect_buffer, Smake_indirect_buffer, 2, 2, 318 Fmake_indirect_buffer, Smake_indirect_buffer, 2, 2,
319 "BMake indirect buffer (to buffer): \nbName of indirect buffer: ", 319 "bMake indirect buffer (to buffer): \nBName of indirect buffer: ",
320 "Create and return an indirect buffer for buffer BASE, named NAME.\n\ 320 "Create and return an indirect buffer for buffer BASE, named NAME.\n\
321BASE should be an existing buffer (or buffer name).\n\ 321BASE should be an existing buffer (or buffer name).\n\
322NAME should be a string which is not the name of an existing buffer.") 322NAME should be a string which is not the name of an existing buffer.")