From 8ee47e4a15b38e21650398c30da79749f844ca65 Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Mon, 6 Nov 2006 02:47:53 +0000 Subject: (emacs-lock-from-exiting): Fix typo in docstring. --- lisp/emacs-lock.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lisp/emacs-lock.el') 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 -- cgit v1.2.3