(Fbuffer_base_buffer): Doc fix.
This commit is contained in:
parent
60ce7e3e04
commit
5a72efd483
2 changed files with 6 additions and 1 deletions
|
@ -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.
|
||||
|
|
|
@ -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;
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue