Mercurial > emacs
comparison src/buffer.c @ 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 | da04b25b1759 |
| children | 86a17674c2a1 |
comparison
equal
deleted
inserted
replaced
| 1194:e0a970069f9e | 1195:beefc235076e |
|---|---|
| 178 int buffer_count; | 178 int buffer_count; |
| 179 | 179 |
| 180 DEFUN ("get-buffer-create", Fget_buffer_create, Sget_buffer_create, 1, 1, 0, | 180 DEFUN ("get-buffer-create", Fget_buffer_create, Sget_buffer_create, 1, 1, 0, |
| 181 "Return the buffer named NAME, or create such a buffer and return it.\n\ | 181 "Return the buffer named NAME, or create such a buffer and return it.\n\ |
| 182 A new buffer is created if there is no live buffer named NAME.\n\ | 182 A new buffer is created if there is no live buffer named NAME.\n\ |
| 183 If NAME starts with a space, the new buffer does not keep undo information.\n\ | |
| 183 If NAME is a buffer instead of a string, then it is the value returned.\n\ | 184 If NAME is a buffer instead of a string, then it is the value returned.\n\ |
| 184 The value is never nil.") | 185 The value is never nil.") |
| 185 (name) | 186 (name) |
| 186 register Lisp_Object name; | 187 register Lisp_Object name; |
| 187 { | 188 { |
