* buffer.c (Fbuffer_name): Doc fix. (Bug#4728)

This commit is contained in:
Juanma Barranquero 2009-10-17 02:35:35 +00:00
parent ebe479ecec
commit 35f5c1d28f
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2009-10-16 Juanma Barranquero <lekktu@gmail.com>
* buffer.c (Fbuffer_name): Doc fix. (Bug#4728)
2009-10-15 Adrian Robert <Adrian.B.Robert@gmail.com>
* nsterm.h (NS_HAVE_NSINTEGER): Back out and augment with CGFloat,

View file

@ -877,7 +877,8 @@ it is in the sequence to be tried) even if a buffer with that name exists. */)
DEFUN ("buffer-name", Fbuffer_name, Sbuffer_name, 0, 1, 0,
doc: /* Return the name of BUFFER, as a string.
With no argument or nil as argument, return the name of the current buffer. */)
BUFFER defaults to the current buffer.
Return nil if BUFFER has been killed. */)
(buffer)
register Lisp_Object buffer;
{