diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/lispref/ChangeLog | 4 | ||||
| -rw-r--r-- | 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 @@ | |||
| 1 | 2013-06-29 Xue Fuqiao <xfq.free@gmail.com> | ||
| 2 | |||
| 3 | * buffers.texi (Buffer File Name): Fix typo. | ||
| 4 | |||
| 1 | 2013-06-26 Christopher Schmidt <christopher@ch.ristopher.com> | 5 | 2013-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 | |||
| 488 | already is a buffer visiting @var{filename}. If @var{no-query} is | 488 | already is a buffer visiting @var{filename}. If @var{no-query} is |
| 489 | non-@code{nil}, that prevents asking this question. If there already | 489 | non-@code{nil}, that prevents asking this question. If there already |
| 490 | is a buffer visiting @var{filename}, and the user confirms or | 490 | is 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 |
| 492 | unique by appending a number inside of @samp{<@dots{}>} to @var{filename}. | 492 | buffer name unique by appending a number inside of @samp{<@dots{}>} to |
| 493 | @var{filename}. | ||
| 493 | 494 | ||
| 494 | If @var{along-with-file} is non-@code{nil}, that means to assume that | 495 | If @var{along-with-file} is non-@code{nil}, that means to assume that |
| 495 | the former visited file has been renamed to @var{filename}. In this | 496 | the former visited file has been renamed to @var{filename}. In this |