aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorRichard M. Stallman1997-08-27 17:25:46 +0000
committerRichard M. Stallman1997-08-27 17:25:46 +0000
commitb9aa95373595c5e2186f946af5cceb07da98877c (patch)
tree3b906efd374cdb1786a9ec0781186e783767d379 /lisp
parent5e741a41456d8ccb7da68f4ec947f46c68b2d26a (diff)
downloademacs-b9aa95373595c5e2186f946af5cceb07da98877c.tar.gz
emacs-b9aa95373595c5e2186f946af5cceb07da98877c.zip
(find-file-literally): Doc fix.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/files.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/files.el b/lisp/files.el
index 2cbce768aad..139ff160e18 100644
--- a/lisp/files.el
+++ b/lisp/files.el
@@ -980,7 +980,7 @@ and local variable specifications in the file are ignored.
980Automatic uncompression is also disabled. 980Automatic uncompression is also disabled.
981 981
982You cannot absolutely rely on this function to result in 982You cannot absolutely rely on this function to result in
983visiting the file literally. If Emacs already has a buffer \ 983visiting the file literally. If Emacs already has a buffer
984which is visiting the file, you get the existing buffer, 984which is visiting the file, you get the existing buffer,
985regardless of whether it was created literally or not. 985regardless of whether it was created literally or not.
986 986