# HG changeset patch # User Juanma Barranquero # Date 1162781273 0 # Node ID 7d7c934f1c8f1c68d1e5c8ad2c989698c26110ff # Parent 6165f9a35bd8778b554d01e0f02dce918565b2e7 (emacs-lock-from-exiting): Fix typo in docstring. diff -r 6165f9a35bd8 -r 7d7c934f1c8f lisp/emacs-lock.el --- 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