]> git.eshelyaron.com Git - emacs.git/commitdiff
(emacs-lock-from-exiting): Fix typo in docstring.
authorJuanma Barranquero <lekktu@gmail.com>
Mon, 6 Nov 2006 02:47:53 +0000 (02:47 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Mon, 6 Nov 2006 02:47:53 +0000 (02:47 +0000)
lisp/emacs-lock.el

index 7a084adcb6b7747e5828a0747570fb8cdb15c589..615f2f44df362132e6c5f8e47f378b8ac52776f9 100644 (file)
@@ -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