diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2006-11-06 02:47:53 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2006-11-06 02:47:53 +0000 |
commit | 8ee47e4a15b38e21650398c30da79749f844ca65 (patch) | |
tree | 21b209de2bac3c4c7a21efd2874c86021e856d2a /lisp/emacs-lock.el | |
parent | f02725b4d37d9c9dc5be83e71cba5f1b5646d93a (diff) | |
download | emacs-8ee47e4a15b38e21650398c30da79749f844ca65.tar.gz |
(emacs-lock-from-exiting): Fix typo in docstring.
Diffstat (limited to 'lisp/emacs-lock.el')
-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 |