diff options
author | Stefan Monnier <monnier@iro.umontreal.ca> | 2004-05-19 18:55:51 +0000 |
---|---|---|
committer | Stefan Monnier <monnier@iro.umontreal.ca> | 2004-05-19 18:55:51 +0000 |
commit | 91ba19536ab21ff58849f38a7921e43f32cf0ca8 (patch) | |
tree | cd7c1f00785789a4bf62b33697f4146eafb9eb2d /lisp/pcvs.el | |
parent | b88a41d0064828aab6c75d7a8c6f543022fa5dd5 (diff) | |
download | emacs-91ba19536ab21ff58849f38a7921e43f32cf0ca8.tar.gz |
(defun-cvs-mode): Fix capitalization of error message.
Diffstat (limited to 'lisp/pcvs.el')
-rw-r--r-- | lisp/pcvs.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/pcvs.el b/lisp/pcvs.el index 8cb21828d69..9e518d791ec 100644 --- a/lisp/pcvs.el +++ b/lisp/pcvs.el @@ -764,7 +764,7 @@ before calling the real function `" (symbol-name fun-1) "'.\n") (interactive) (cvs-mode! ',fun-1))))) - (t (error "unknown style %s in `defun-cvs-mode'" style))))) + (t (error "Unknown style %s in `defun-cvs-mode'" style))))) (defun-cvs-mode cvs-mode-kill-process () "Kill the temporary buffer and associated process." |