]> git.eshelyaron.com Git - emacs.git/commitdiff
* src/filelock.c (Fcreate_lockfiles): Doc string fix.
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 17 Apr 2022 08:50:59 +0000 (01:50 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 17 Apr 2022 08:50:59 +0000 (01:50 -0700)
src/filelock.c

index 8fa86e64eb87b01876e6257cc12c534d6bb55eb2..67948e1f099c0c880ee0cd7061b30a5f01b25303 100644 (file)
@@ -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;