aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero2006-11-06 02:47:53 +0000
committerJuanma Barranquero2006-11-06 02:47:53 +0000
commit8ee47e4a15b38e21650398c30da79749f844ca65 (patch)
tree21b209de2bac3c4c7a21efd2874c86021e856d2a
parentf02725b4d37d9c9dc5be83e71cba5f1b5646d93a (diff)
downloademacs-8ee47e4a15b38e21650398c30da79749f844ca65.tar.gz
emacs-8ee47e4a15b38e21650398c30da79749f844ca65.zip
(emacs-lock-from-exiting): Fix typo in docstring.
-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 @@
38;;; Code: 38;;; Code:
39 39
40(defvar emacs-lock-from-exiting nil 40(defvar emacs-lock-from-exiting nil
41 "Whether emacs is locked to prevent exiting. See `check-emacs-lock'.") 41 "Whether Emacs is locked to prevent exiting. See `check-emacs-lock'.")
42(make-variable-buffer-local 'emacs-lock-from-exiting) 42(make-variable-buffer-local 'emacs-lock-from-exiting)
43 43
44(defvar emacs-lock-buffer-locked nil 44(defvar emacs-lock-buffer-locked nil