aboutsummaryrefslogtreecommitdiffstats
path: root/src/buffer.c
diff options
context:
space:
mode:
authorRoland McGrath1993-05-30 23:24:09 +0000
committerRoland McGrath1993-05-30 23:24:09 +0000
commit03bdd54cf0323412f9770054c30f6fb01bd715f2 (patch)
tree9177b0df6358c2a51ce2dbb211c9e97d71a1ef96 /src/buffer.c
parent0acbedacaa76f8a0669ed1d0448c0ea2b202ca19 (diff)
downloademacs-03bdd54cf0323412f9770054c30f6fb01bd715f2.tar.gz
emacs-03bdd54cf0323412f9770054c30f6fb01bd715f2.zip
(Fgenerate_new_buffer_name): Doc fix.
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)