Mercurial > emacs
comparison lispref/buffers.texi @ 71957:61cb5aae3bc3
Put period and comma inside quotes.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Tue, 18 Jul 2006 00:08:15 +0000 |
parents | 61a3f8c2718c |
children | 070fe1ef3250 8a8e69664178 |
comparison
equal
deleted
inserted
replaced
71956:1caee6e0cbe1 | 71957:61cb5aae3bc3 |
---|---|
482 matched the former visited file. It also renames the buffer to | 482 matched the former visited file. It also renames the buffer to |
483 correspond to the new file name, unless the new name is already in | 483 correspond to the new file name, unless the new name is already in |
484 use. | 484 use. |
485 | 485 |
486 If @var{filename} is @code{nil} or the empty string, that stands for | 486 If @var{filename} is @code{nil} or the empty string, that stands for |
487 ``no visited file''. In this case, @code{set-visited-file-name} marks | 487 ``no visited file.'' In this case, @code{set-visited-file-name} marks |
488 the buffer as having no visited file, without changing the buffer's | 488 the buffer as having no visited file, without changing the buffer's |
489 modified flag. | 489 modified flag. |
490 | 490 |
491 Normally, this function asks the user for confirmation if there | 491 Normally, this function asks the user for confirmation if there |
492 already is a buffer visiting @var{filename}. If @var{no-query} is | 492 already is a buffer visiting @var{filename}. If @var{no-query} is |