diff options
Diffstat (limited to 'src/buffer.c')
| -rw-r--r-- | src/buffer.c | 2 |
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 | |||
| 336 | If there is no live buffer named NAME, then return NAME.\n\ | 336 | If there is no live buffer named NAME, then return NAME.\n\ |
| 337 | Otherwise modify name by appending `<NUMBER>', incrementing NUMBER\n\ | 337 | Otherwise modify name by appending `<NUMBER>', incrementing NUMBER\n\ |
| 338 | until an unused name is found, and then return that name.\n\ | 338 | until an unused name is found, and then return that name.\n\ |
| 339 | Optional second argument ignore specifies a name that is okay to use\n\ | 339 | Optional 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\ |
| 341 | even if a buffer with that name exists.") | 341 | even if a buffer with that name exists.") |
| 342 | (name, ignore) | 342 | (name, ignore) |