diff options
Diffstat (limited to 'src/filelock.c')
| -rw-r--r-- | src/filelock.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/filelock.c b/src/filelock.c index 13b27c72f19..c6b1617770c 100644 --- a/src/filelock.c +++ b/src/filelock.c | |||
| @@ -639,7 +639,7 @@ or else nothing is done if current buffer isn't visiting a file. */) | |||
| 639 | return Qnil; | 639 | return Qnil; |
| 640 | } | 640 | } |
| 641 | 641 | ||
| 642 | DEFUN ("unlock-buffer", Funlock_buffer, Sunlock_buffer, | 642 | DEFUE ("unlock-buffer", Funlock_buffer, Sunlock_buffer, |
| 643 | 0, 0, 0, | 643 | 0, 0, 0, |
| 644 | doc: /* Unlock the file visited in the current buffer. | 644 | doc: /* Unlock the file visited in the current buffer. |
| 645 | If the buffer is not modified, this does nothing because the file | 645 | If the buffer is not modified, this does nothing because the file |