Mercurial > emacs
diff src/buffer.c @ 3329:c9443f73d329
(Fgenerate_new_buffer_name): Doc fix.
| author | Roland McGrath <roland@gnu.org> |
|---|---|
| date | Sun, 30 May 1993 23:24:09 +0000 |
| parents | 4d405f172c79 |
| children | aa78c7babb8e |
line wrap: on
line diff
--- a/src/buffer.c Sun May 30 23:10:28 1993 +0000 +++ b/src/buffer.c Sun May 30 23:24:09 1993 +0000 @@ -336,7 +336,7 @@ If there is no live buffer named NAME, then return NAME.\n\ Otherwise modify name by appending `<NUMBER>', incrementing NUMBER\n\ until an unused name is found, and then return that name.\n\ -Optional second argument ignore specifies a name that is okay to use\n\ +Optional second argument IGNORE specifies a name that is okay to use\n\ \(if it is in the sequence to be tried)\n\ even if a buffer with that name exists.") (name, ignore)
