emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 0353c6fd08: * src/filelock.c (Fcreate_lockfiles): Doc string fix.


From: Paul Eggert
Subject: master 0353c6fd08: * src/filelock.c (Fcreate_lockfiles): Doc string fix.
Date: Sun, 17 Apr 2022 04:51:26 -0400 (EDT)

branch: master
commit 0353c6fd08d20421c96133db54950c00411fb8dc
Author: Paul Eggert <eggert@cs.ucla.edu>
Commit: Paul Eggert <eggert@cs.ucla.edu>

    * src/filelock.c (Fcreate_lockfiles): Doc string fix.
---
 src/filelock.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/filelock.c b/src/filelock.c
index 8fa86e64eb..67948e1f09 100644
--- a/src/filelock.c
+++ b/src/filelock.c
@@ -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;
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]