summaryrefslogtreecommitdiff
path: root/lisp/emacs-lock.el
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2006-11-06 02:47:53 +0000
committerJuanma Barranquero <lekktu@gmail.com>2006-11-06 02:47:53 +0000
commit6d3dfb2b5695317b2461798038f4e19067a96b19 (patch)
treeb63960b9220ddecd2ff8d8419352825cc4e81ce9 /lisp/emacs-lock.el
parent193f1bc9774f4f207b1efecd43b24a1ee92de7f8 (diff)
downloademacs-6d3dfb2b5695317b2461798038f4e19067a96b19.tar.gz
(emacs-lock-from-exiting): Fix typo in docstring.
Diffstat (limited to 'lisp/emacs-lock.el')
-rw-r--r--lisp/emacs-lock.el2
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