* src/filelock.c (Fcreate_lockfiles): Doc string fix.
This commit is contained in:
parent
ff7bc01830
commit
0353c6fd08
1 changed files with 2 additions and 2 deletions
|
@ -898,8 +898,8 @@ syms_of_filelock (void)
|
|||
|
||||
DEFVAR_BOOL ("create-lockfiles", create_lockfiles,
|
||||
doc: /* Non-nil means use lockfiles to avoid editing collisions.
|
||||
The name of the (per-buffer) lockfile is constructed by prepending a
|
||||
'.#' to the name of the file being locked. See also `lock-buffer' and
|
||||
The name of the (per-buffer) lockfile is constructed by prepending
|
||||
".#" to the name of the file being locked. See also `lock-buffer' and
|
||||
Info node `(emacs)Interlocking'. */);
|
||||
create_lockfiles = true;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue