Mercurial > emacs
changeset 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 | 6165f9a35bd8 |
children | 13cf25f8b198 |
files | lisp/emacs-lock.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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