* buffers.texi (Buffer File Name): Fix typo.
authorXue Fuqiao <xfq.free@gmail.com>
Sat, 29 Jun 2013 03:24:22 +0000 (11:24 +0800)
committerXue Fuqiao <xfq.free@gmail.com>
Sat, 29 Jun 2013 03:24:22 +0000 (11:24 +0800)
doc/lispref/ChangeLog
doc/lispref/buffers.texi

index e18db97..199d945 100644 (file)
@@ -1,3 +1,7 @@
+2013-06-29  Xue Fuqiao  <xfq.free@gmail.com>
+
+       * buffers.texi (Buffer File Name): Fix typo.
+
 2013-06-26  Christopher Schmidt  <christopher@ch.ristopher.com>
 
        * tips.texi (Coding Conventions): Improve wording.
index 7ed1876..40fd017 100644 (file)
@@ -488,8 +488,9 @@ Normally, this function asks the user for confirmation if there
 already is a buffer visiting @var{filename}.  If @var{no-query} is
 non-@code{nil}, that prevents asking this question.  If there already
 is a buffer visiting @var{filename}, and the user confirms or
-@var{query} is non-@code{nil}, this function makes the new buffer name
-unique by appending a number inside of @samp{<@dots{}>} to @var{filename}.
+@var{no-query} is non-@code{nil}, this function makes the new
+buffer name unique by appending a number inside of @samp{<@dots{}>} to
+@var{filename}.
 
 If @var{along-with-file} is non-@code{nil}, that means to assume that
 the former visited file has been renamed to @var{filename}.  In this