aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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
252@code{find-file-literally} sets this variable's local value, but other 252@code{find-file-literally} sets this variable's local value, but other
253equivalent functions and commands can do that as well, e.g.@: to avoid 253equivalent functions and commands can do that as well, e.g.@: to avoid
254automatic addition of a newline at the end of the file. This variable 254automatic addition of a newline at the end of the file. This variable
255us permanent local, so it is unaffected by changes of major modes. 255is permanent local, so it is unaffected by changes of major modes.
256@end defvar 256@end defvar
257 257
258@node Subroutines of Visiting 258@node Subroutines of Visiting