aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/filelock.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/filelock.c b/src/filelock.c
index 66f347b479c..8ab6792e67d 100644
--- a/src/filelock.c
+++ b/src/filelock.c
@@ -685,7 +685,7 @@ unlock_buffer (buffer)
685 unlock_file (buffer->file_truename); 685 unlock_file (buffer->file_truename);
686} 686}
687 687
688DEFUN ("file-locked-p", Ffile_locked_p, Sfile_locked_p, 0, 1, 0, 688DEFUN ("file-locked-p", Ffile_locked_p, Sfile_locked_p, 1, 1, 0,
689 "Return nil if the FILENAME is not locked,\n\ 689 "Return nil if the FILENAME is not locked,\n\
690t if it is locked by you, else a string of the name of the locker.") 690t if it is locked by you, else a string of the name of the locker.")
691 (filename) 691 (filename)