aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/userlock.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/userlock.el')
-rw-r--r--lisp/userlock.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/userlock.el b/lisp/userlock.el
index 17cbc0c3e5..8e4a6753a3 100644
--- a/lisp/userlock.el
+++ b/lisp/userlock.el
@@ -134,7 +134,7 @@ The buffer in question is current when this function is called."
(setq answer nil))
((eq answer 'revert)
(revert-buffer nil (not (buffer-modified-p)))
- ; ask confirmation iff buffer modified
+ ; ask confirmation if buffer modified
(signal 'file-supersession
(list "File reverted" fn)))
((eq answer 'yield)