# HG changeset patch # User Richard M. Stallman # Date 872702746 0 # Node ID d5de4cc3f8991ab155d8dc3db7b716abcf07004b # Parent b4533deef3b888f19884dbb405dc84ee471b53b6 (find-file-literally): Doc fix. diff -r b4533deef3b8 -r d5de4cc3f899 lisp/files.el --- 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.