Mercurial > emacs
changeset 19575:d5de4cc3f899
(find-file-literally): Doc fix.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Wed, 27 Aug 1997 17:25:46 +0000 |
parents | b4533deef3b8 |
children | b0bd0bd48893 |
files | lisp/files.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/files.el Wed Aug 27 17:22:22 1997 +0000 +++ b/lisp/files.el Wed Aug 27 17:25:46 1997 +0000 @@ -980,7 +980,7 @@ Automatic uncompression is also disabled. You cannot absolutely rely on this function to result in -visiting the file literally. If Emacs already has a buffer \ +visiting the file literally. If Emacs already has a buffer which is visiting the file, you get the existing buffer, regardless of whether it was created literally or not.