diff options
| author | Jim Blandy | 1992-09-22 05:16:47 +0000 |
|---|---|---|
| committer | Jim Blandy | 1992-09-22 05:16:47 +0000 |
| commit | b44895bc92df5e32f03693b7c881bce9fc80b50d (patch) | |
| tree | 175e29e0a78175e1e885d8e74af453840799973a /src/buffer.c | |
| parent | 20aa96aad872452737d9d661906e57411dd1c78f (diff) | |
| download | emacs-b44895bc92df5e32f03693b7c881bce9fc80b50d.tar.gz emacs-b44895bc92df5e32f03693b7c881bce9fc80b50d.zip | |
* buffer.c (Fget_buffer_create): Doc fix.
Diffstat (limited to 'src/buffer.c')
| -rw-r--r-- | src/buffer.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/buffer.c b/src/buffer.c index f04e2acb1f1..6632e603514 100644 --- a/src/buffer.c +++ b/src/buffer.c | |||
| @@ -180,6 +180,7 @@ int buffer_count; | |||
| 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) |