Fix previous commit

* doc/emacs/files.texi (Interlocking): Two spaces at end of sentence
This commit is contained in:
Robert Pluim 2018-06-01 15:34:33 +02:00
parent 9188291f7a
commit 3257085443

View file

@ -772,7 +772,7 @@ file.
visiting a file, Emacs records that the file is @dfn{locked} by you. visiting a file, Emacs records that the file is @dfn{locked} by you.
(It does this by creating a specially-named symbolic link@footnote{If (It does this by creating a specially-named symbolic link@footnote{If
your file system does not support symbolic links, a regular file is your file system does not support symbolic links, a regular file is
used.} with special contents in the same directory. @xref{File used.} with special contents in the same directory. @xref{File
Locks,,, elisp} for more details.) Emacs removes the lock when you Locks,,, elisp} for more details.) Emacs removes the lock when you
save the changes. The idea is that the file is locked whenever an save the changes. The idea is that the file is locked whenever an
Emacs buffer visiting it has unsaved changes. Emacs buffer visiting it has unsaved changes.