diff options
| author | Roland McGrath | 1993-05-30 23:24:09 +0000 |
|---|---|---|
| committer | Roland McGrath | 1993-05-30 23:24:09 +0000 |
| commit | 03bdd54cf0323412f9770054c30f6fb01bd715f2 (patch) | |
| tree | 9177b0df6358c2a51ce2dbb211c9e97d71a1ef96 /src/buffer.c | |
| parent | 0acbedacaa76f8a0669ed1d0448c0ea2b202ca19 (diff) | |
| download | emacs-03bdd54cf0323412f9770054c30f6fb01bd715f2.tar.gz emacs-03bdd54cf0323412f9770054c30f6fb01bd715f2.zip | |
(Fgenerate_new_buffer_name): Doc fix.
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) |