From 0b4fe0787b957624ebffa5d123c69d5c0a5d69e2 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Tue, 25 Mar 2014 21:24:01 -0400 Subject: Doc tweaks related to file locking * doc/lispref/files.texi (File Locks): All systems support locking. * src/filelock.c (Flock_buffer): Doc tweak. --- src/filelock.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/filelock.c') diff --git a/src/filelock.c b/src/filelock.c index cc5c821cadd..f857c488143 100644 --- a/src/filelock.c +++ b/src/filelock.c @@ -771,7 +771,9 @@ DEFUN ("lock-buffer", Flock_buffer, Slock_buffer, 0, 1, 0, doc: /* Lock FILE, if current buffer is modified. FILE defaults to current buffer's visited file, -or else nothing is done if current buffer isn't visiting a file. */) +or else nothing is done if current buffer isn't visiting a file. + +If the option `create-lockfiles' is nil, this does nothing. */) (Lisp_Object file) { if (NILP (file)) -- cgit v1.2.3