diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/filelock.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/filelock.c b/src/filelock.c index f2dc7234076..d33063c8790 100644 --- a/src/filelock.c +++ b/src/filelock.c | |||
| @@ -849,7 +849,10 @@ syms_of_filelock (void) | |||
| 849 | Vtemporary_file_directory = Qnil; | 849 | Vtemporary_file_directory = Qnil; |
| 850 | 850 | ||
| 851 | DEFVAR_BOOL ("create-lockfiles", create_lockfiles, | 851 | DEFVAR_BOOL ("create-lockfiles", create_lockfiles, |
| 852 | doc: /* Non-nil means use lockfiles to avoid editing collisions. */); | 852 | doc: /* Non-nil means use lockfiles to avoid editing collisions. |
| 853 | The name of the (per-buffer) lockfile is constructed by prepending a | ||
| 854 | '.#' to the name of the file being locked. See also `lock-buffer' and | ||
| 855 | Info node `(emacs)Interlocking'. */); | ||
| 853 | create_lockfiles = 1; | 856 | create_lockfiles = 1; |
| 854 | 857 | ||
| 855 | defsubr (&Sunlock_buffer); | 858 | defsubr (&Sunlock_buffer); |