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 cb0039bb11f..c6212beda77 100644
--- a/src/buffer.c
+++ b/src/buffer.c
@@ -336,7 +336,7 @@ DEFUN ("generate-new-buffer-name", Fgenerate_new_buffer_name, Sgenerate_new_buff
336If there is no live buffer named NAME, then return NAME.\n\ 336If there is no live buffer named NAME, then return NAME.\n\
337Otherwise modify name by appending `<NUMBER>', incrementing NUMBER\n\ 337Otherwise modify name by appending `<NUMBER>', incrementing NUMBER\n\
338until an unused name is found, and then return that name.\n\ 338until an unused name is found, and then return that name.\n\
339Optional second argument ignore specifies a name that is okay to use\n\ 339Optional second argument IGNORE specifies a name that is okay to use\n\
340\(if it is in the sequence to be tried)\n\ 340\(if it is in the sequence to be tried)\n\
341even if a buffer with that name exists.") 341even if a buffer with that name exists.")
342 (name, ignore) 342 (name, ignore)