diff lisp/emacs-lock.el @ 73761:7d7c934f1c8f

(emacs-lock-from-exiting): Fix typo in docstring.
author Juanma Barranquero <lekktu@gmail.com>
date Mon, 06 Nov 2006 02:47:53 +0000
parents 3bd95f4f2941
children 13b7163b7bff 02cf29720f31
line wrap: on
line diff
--- a/lisp/emacs-lock.el	Mon Nov 06 02:47:25 2006 +0000
+++ b/lisp/emacs-lock.el	Mon Nov 06 02:47:53 2006 +0000
@@ -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