(Fbuffer_base_buffer): Doc fix.

This commit is contained in:
Luc Teirlinck 2004-04-17 02:04:27 +00:00
parent 60ce7e3e04
commit 5a72efd483
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2004-04-16 Luc Teirlinck <teirllm@auburn.edu>
* buffer.c (Fbuffer_base_buffer): Doc fix.
2004-04-17 Kim F. Storm <storm@cua.dk>
* keymap.c (Fkey_description): Add optional PREFIX arg.

View file

@ -832,7 +832,8 @@ No argument or nil as argument means use the current buffer. */)
DEFUN ("buffer-base-buffer", Fbuffer_base_buffer, Sbuffer_base_buffer,
0, 1, 0,
doc: /* Return the base buffer of indirect buffer BUFFER.
If BUFFER is not indirect, return nil. */)
If BUFFER is not indirect, return nil.
BUFFER defaults to the current buffer. */)
(buffer)
register Lisp_Object buffer;
{