aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/emacs/files.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/emacs/files.texi b/doc/emacs/files.texi
index 821d8c1eadb..a13a2c5bb0c 100644
--- a/doc/emacs/files.texi
+++ b/doc/emacs/files.texi
@@ -773,7 +773,7 @@ visiting a file, Emacs records that the file is @dfn{locked} by you.
773(It does this by creating a specially-named symbolic link@footnote{If 773(It does this by creating a specially-named symbolic link@footnote{If
774your file system does not support symbolic links, a regular file is 774your file system does not support symbolic links, a regular file is
775used.} with special contents in the same directory. @xref{File 775used.} with special contents in the same directory. @xref{File
776Locks,,, elisp} for more details.) Emacs removes the lock when you 776Locks,,, elisp}, for more details.) Emacs removes the lock when you
777save the changes. The idea is that the file is locked whenever an 777save the changes. The idea is that the file is locked whenever an
778Emacs buffer visiting it has unsaved changes. 778Emacs buffer visiting it has unsaved changes.
779 779