* buffers.texi (Buffer File Name): Fix typo.
This commit is contained in:
parent
b9a54f5e1d
commit
4366ddd498
2 changed files with 7 additions and 2 deletions
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue