]> git.eshelyaron.com Git - emacs.git/commitdiff
* buffer.c (Fbuffer_name): Doc fix. (Bug#4728)
authorJuanma Barranquero <lekktu@gmail.com>
Sat, 17 Oct 2009 02:35:35 +0000 (02:35 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Sat, 17 Oct 2009 02:35:35 +0000 (02:35 +0000)
src/ChangeLog
src/buffer.c

index 7794f7a8cabcccbec0116ac272e200d602f248f2..22452c7dcc0ba6db87b4d6a83d4b7c3dbbbf6394 100644 (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,
index 245fd1d9acb6702c501b63be20d24c5b701a3a18..d74a40ac4f570a1a5dee78a44a7a17942ce07d0c 100644 (file)
@@ -877,7 +877,8 @@ it is in the sequence to be tried) even if a buffer with that name exists.  */)
 \f
 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;
 {