summaryrefslogtreecommitdiff
path: root/doc/lispref/buffers.texi
diff options
context:
space:
mode:
authorXue Fuqiao <xfq.free@gmail.com>2013-06-29 11:24:22 +0800
committerXue Fuqiao <xfq.free@gmail.com>2013-06-29 11:24:22 +0800
commit4366ddd49823876d2b366e108a824e12706b0379 (patch)
tree5e8d508b5d6a1669c4789055911817540a8e5577 /doc/lispref/buffers.texi
parentb9a54f5e1dc62fdf6a1dbd9df746f0b6798bab29 (diff)
* buffers.texi (Buffer File Name): Fix typo.
Diffstat (limited to 'doc/lispref/buffers.texi')
-rw-r--r--doc/lispref/buffers.texi5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/lispref/buffers.texi b/doc/lispref/buffers.texi
index 7ed1876e4b..40fd017611 100644
--- a/doc/lispref/buffers.texi
+++ b/doc/lispref/buffers.texi
@@ -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