mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-29 19:48:19 +00:00
; * doc/emacs/files.texi (Interlocking): Fix a non-portable @xref.
This commit is contained in:
parent
7488de4f27
commit
b419f27a43
@ -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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user