From: Juanma Barranquero Date: Sat, 17 Oct 2009 02:35:35 +0000 (+0000) Subject: * buffer.c (Fbuffer_name): Doc fix. (Bug#4728) X-Git-Tag: emacs-pretest-23.1.90~768 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=35f5c1d28f44eb2302601f88be7153f85999c17b;p=emacs.git * buffer.c (Fbuffer_name): Doc fix. (Bug#4728) --- diff --git a/src/ChangeLog b/src/ChangeLog index 7794f7a8cab..22452c7dcc0 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2009-10-16 Juanma Barranquero + + * buffer.c (Fbuffer_name): Doc fix. (Bug#4728) + 2009-10-15 Adrian Robert * nsterm.h (NS_HAVE_NSINTEGER): Back out and augment with CGFloat, diff --git a/src/buffer.c b/src/buffer.c index 245fd1d9acb..d74a40ac4f5 100644 --- a/src/buffer.c +++ b/src/buffer.c @@ -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; {