Mercurial > emacs
diff src/buffer.c @ 5073:f403be34a2d6
(Frename_buffer): Change s to B in interactive spec to give buffer-name
completion. Buffers are often renamed to a name similar to the name of an
existing buffer.
| author | Roland McGrath <roland@gnu.org> |
|---|---|
| date | Sat, 20 Nov 1993 01:28:24 +0000 |
| parents | 3dab6fdd6bc6 |
| children | bbc2accd226a |
line wrap: on
line diff
--- a/src/buffer.c Sat Nov 20 00:42:55 1993 +0000 +++ b/src/buffer.c Sat Nov 20 01:28:24 1993 +0000 @@ -544,7 +544,7 @@ } DEFUN ("rename-buffer", Frename_buffer, Srename_buffer, 1, 2, - "sRename buffer (to new name): \nP", + "BRename buffer (to new name): \nP", "Change current buffer's name to NEWNAME (a string).\n\ If second arg UNIQUE is nil or omitted, it is an error if a\n\ buffer named NEWNAME already exists.\n\
