summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2011-05-09 23:38:50 +0300
committerEli Zaretskii <eliz@gnu.org>2011-05-09 23:38:50 +0300
commit623132c5a67db33ae93193ea65cd2a0853cf8a07 (patch)
tree7eccc15e534381356d0555bc3b8ee1c05b50c5e6
parent4a5120a3328129a9d06127711a86f60bc9a2f7cf (diff)
downloademacs-623132c5a67db33ae93193ea65cd2a0853cf8a07.tar.gz
Typo fix in doc/lispref/files.texi.
-rw-r--r--doc/lispref/files.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lispref/files.texi b/doc/lispref/files.texi
index fd9f3bb4648..e2560c2abf6 100644
--- a/doc/lispref/files.texi
+++ b/doc/lispref/files.texi
@@ -252,7 +252,7 @@ literally, i.e. without conversions of any kind. The command
@code{find-file-literally} sets this variable's local value, but other
equivalent functions and commands can do that as well, e.g.@: to avoid
automatic addition of a newline at the end of the file. This variable
-us permanent local, so it is unaffected by changes of major modes.
+is permanent local, so it is unaffected by changes of major modes.
@end defvar
@node Subroutines of Visiting