Mercurial > emacs
changeset 1195:beefc235076e
* buffer.c (Fget_buffer_create): Doc fix.
author | Jim Blandy <jimb@redhat.com> |
---|---|
date | Tue, 22 Sep 1992 05:16:47 +0000 |
parents | e0a970069f9e |
children | 65e2edefe748 |
files | src/buffer.c |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/buffer.c Tue Sep 22 04:32:26 1992 +0000 +++ b/src/buffer.c Tue Sep 22 05:16:47 1992 +0000 @@ -180,6 +180,7 @@ DEFUN ("get-buffer-create", Fget_buffer_create, Sget_buffer_create, 1, 1, 0, "Return the buffer named NAME, or create such a buffer and return it.\n\ A new buffer is created if there is no live buffer named NAME.\n\ +If NAME starts with a space, the new buffer does not keep undo information.\n\ If NAME is a buffer instead of a string, then it is the value returned.\n\ The value is never nil.") (name)