aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorXue Fuqiao2013-06-29 11:24:22 +0800
committerXue Fuqiao2013-06-29 11:24:22 +0800
commit4366ddd49823876d2b366e108a824e12706b0379 (patch)
tree5e8d508b5d6a1669c4789055911817540a8e5577 /doc
parentb9a54f5e1dc62fdf6a1dbd9df746f0b6798bab29 (diff)
downloademacs-4366ddd49823876d2b366e108a824e12706b0379.tar.gz
emacs-4366ddd49823876d2b366e108a824e12706b0379.zip
* buffers.texi (Buffer File Name): Fix typo.
Diffstat (limited to 'doc')
-rw-r--r--doc/lispref/ChangeLog4
-rw-r--r--doc/lispref/buffers.texi5
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 @@
12013-06-29 Xue Fuqiao <xfq.free@gmail.com>
2
3 * buffers.texi (Buffer File Name): Fix typo.
4
12013-06-26 Christopher Schmidt <christopher@ch.ristopher.com> 52013-06-26 Christopher Schmidt <christopher@ch.ristopher.com>
2 6
3 * tips.texi (Coding Conventions): Improve wording. 7 * 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
488already is a buffer visiting @var{filename}. If @var{no-query} is 488already is a buffer visiting @var{filename}. If @var{no-query} is
489non-@code{nil}, that prevents asking this question. If there already 489non-@code{nil}, that prevents asking this question. If there already
490is a buffer visiting @var{filename}, and the user confirms or 490is a buffer visiting @var{filename}, and the user confirms or
491@var{query} is non-@code{nil}, this function makes the new buffer name 491@var{no-query} is non-@code{nil}, this function makes the new
492unique by appending a number inside of @samp{<@dots{}>} to @var{filename}. 492buffer name unique by appending a number inside of @samp{<@dots{}>} to
493@var{filename}.
493 494
494If @var{along-with-file} is non-@code{nil}, that means to assume that 495If @var{along-with-file} is non-@code{nil}, that means to assume that
495the former visited file has been renamed to @var{filename}. In this 496the former visited file has been renamed to @var{filename}. In this