aboutsummaryrefslogtreecommitdiffstats
path: root/src/buffer.c
diff options
context:
space:
mode:
authorJim Blandy1992-09-22 05:16:47 +0000
committerJim Blandy1992-09-22 05:16:47 +0000
commitb44895bc92df5e32f03693b7c881bce9fc80b50d (patch)
tree175e29e0a78175e1e885d8e74af453840799973a /src/buffer.c
parent20aa96aad872452737d9d661906e57411dd1c78f (diff)
downloademacs-b44895bc92df5e32f03693b7c881bce9fc80b50d.tar.gz
emacs-b44895bc92df5e32f03693b7c881bce9fc80b50d.zip
* buffer.c (Fget_buffer_create): Doc fix.
Diffstat (limited to 'src/buffer.c')
-rw-r--r--src/buffer.c1
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;
180DEFUN ("get-buffer-create", Fget_buffer_create, Sget_buffer_create, 1, 1, 0, 180DEFUN ("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\
182A new buffer is created if there is no live buffer named NAME.\n\ 182A new buffer is created if there is no live buffer named NAME.\n\
183If NAME starts with a space, the new buffer does not keep undo information.\n\
183If NAME is a buffer instead of a string, then it is the value returned.\n\ 184If NAME is a buffer instead of a string, then it is the value returned.\n\
184The value is never nil.") 185The value is never nil.")
185 (name) 186 (name)