diff options
| author | Richard M. Stallman | 1997-08-27 17:25:46 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1997-08-27 17:25:46 +0000 |
| commit | b9aa95373595c5e2186f946af5cceb07da98877c (patch) | |
| tree | 3b906efd374cdb1786a9ec0781186e783767d379 /lisp | |
| parent | 5e741a41456d8ccb7da68f4ec947f46c68b2d26a (diff) | |
| download | emacs-b9aa95373595c5e2186f946af5cceb07da98877c.tar.gz emacs-b9aa95373595c5e2186f946af5cceb07da98877c.zip | |
(find-file-literally): Doc fix.
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/files.el | 2 |
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. | |||
| 980 | Automatic uncompression is also disabled. | 980 | Automatic uncompression is also disabled. |
| 981 | 981 | ||
| 982 | You cannot absolutely rely on this function to result in | 982 | You cannot absolutely rely on this function to result in |
| 983 | visiting the file literally. If Emacs already has a buffer \ | 983 | visiting the file literally. If Emacs already has a buffer |
| 984 | which is visiting the file, you get the existing buffer, | 984 | which is visiting the file, you get the existing buffer, |
| 985 | regardless of whether it was created literally or not. | 985 | regardless of whether it was created literally or not. |
| 986 | 986 | ||