From 4366ddd49823876d2b366e108a824e12706b0379 Mon Sep 17 00:00:00 2001 From: Xue Fuqiao Date: Sat, 29 Jun 2013 11:24:22 +0800 Subject: [PATCH] * buffers.texi (Buffer File Name): Fix typo. --- doc/lispref/ChangeLog | 4 ++++ doc/lispref/buffers.texi | 5 +++-- 2 files changed, 7 insertions(+), 2 deletions(-) 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 -- 2.39.2