diff options
-rw-r--r-- | lisp/emacs-lock.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lock.el b/lisp/emacs-lock.el index 7a084adcb6b..615f2f44df3 100644 --- a/lisp/emacs-lock.el +++ b/lisp/emacs-lock.el @@ -38,7 +38,7 @@ ;;; Code: (defvar emacs-lock-from-exiting nil - "Whether emacs is locked to prevent exiting. See `check-emacs-lock'.") + "Whether Emacs is locked to prevent exiting. See `check-emacs-lock'.") (make-variable-buffer-local 'emacs-lock-from-exiting) (defvar emacs-lock-buffer-locked nil |