]> git.eshelyaron.com Git - emacs.git/commitdiff
; * doc/emacs/files.texi (Interlocking): Fix a non-portable @xref.
authorEli Zaretskii <eliz@gnu.org>
Sun, 24 Jun 2018 16:23:13 +0000 (19:23 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sun, 24 Jun 2018 16:23:13 +0000 (19:23 +0300)
doc/emacs/files.texi

index 821d8c1eadb18af932b7428cb4bd7dd18ff31a58..a13a2c5bb0c58a1253d5b6d823d54375c8bca612 100644 (file)
@@ -773,7 +773,7 @@ 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
-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
 Emacs buffer visiting it has unsaved changes.