From: Robert Pluim Date: Fri, 1 Jun 2018 13:34:33 +0000 (+0200) Subject: Fix previous commit X-Git-Tag: emacs-26.1.90~425^2 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=325708544323c7434c62c0ae3773de2cc09692a5;p=emacs.git Fix previous commit * doc/emacs/files.texi (Interlocking): Two spaces at end of sentence --- diff --git a/doc/emacs/files.texi b/doc/emacs/files.texi index 406e7d980c3..821d8c1eadb 100644 --- a/doc/emacs/files.texi +++ b/doc/emacs/files.texi @@ -772,7 +772,7 @@ file. 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 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 save the changes. The idea is that the file is locked whenever an Emacs buffer visiting it has unsaved changes.