From: Xue Fuqiao Date: Sat, 29 Jun 2013 03:24:22 +0000 (+0800) Subject: * buffers.texi (Buffer File Name): Fix typo. X-Git-Tag: emacs-24.3.90~173^2^2~42^2~45^2~387^2~1991^2 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4366ddd49823876d2b366e108a824e12706b0379;p=emacs.git * buffers.texi (Buffer File Name): Fix typo. --- diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index e18db97c73b..199d94585e3 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog @@ -1,3 +1,7 @@ +2013-06-29 Xue Fuqiao + + * buffers.texi (Buffer File Name): Fix typo. + 2013-06-26 Christopher Schmidt * tips.texi (Coding Conventions): Improve wording. 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