diff options
author | Xue Fuqiao <xfq.free@gmail.com> | 2013-06-29 11:24:22 +0800 |
---|---|---|
committer | Xue Fuqiao <xfq.free@gmail.com> | 2013-06-29 11:24:22 +0800 |
commit | 4366ddd49823876d2b366e108a824e12706b0379 (patch) | |
tree | 5e8d508b5d6a1669c4789055911817540a8e5577 /doc/lispref/buffers.texi | |
parent | b9a54f5e1dc62fdf6a1dbd9df746f0b6798bab29 (diff) | |
download | emacs-4366ddd49823876d2b366e108a824e12706b0379.tar.gz |
* buffers.texi (Buffer File Name): Fix typo.
Diffstat (limited to 'doc/lispref/buffers.texi')
-rw-r--r-- | doc/lispref/buffers.texi | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/lispref/buffers.texi b/doc/lispref/buffers.texi index 7ed1876e4b1..40fd0176116 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 |