Mercurial > emacs
changeset 35623:d88382df7b52
(cvs-mode-revert-buffer): Doc fix.
author | Dave Love <fx@gnu.org> |
---|---|
date | Fri, 26 Jan 2001 20:46:42 +0000 |
parents | d69ca64e002d |
children | 6878c61d1877 |
files | lisp/pcvs.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/pcvs.el Fri Jan 26 20:02:19 2001 +0000 +++ b/lisp/pcvs.el Fri Jan 26 20:46:42 2001 +0000 @@ -13,7 +13,7 @@ ;; (Jari Aalto+mail.emacs) jari.aalto@poboxes.com ;; Maintainer: (Stefan Monnier) monnier+lists/cvs/pcl@flint.cs.yale.edu ;; Keywords: CVS, version control, release management -;; Revision: $Id: pcvs.el,v 1.22 2000/12/11 03:20:21 monnier Exp $ +;; Revision: $Id: pcvs.el,v 1.23 2000/12/18 03:17:40 monnier Exp $ ;; This file is part of GNU Emacs. @@ -867,7 +867,7 @@ (defun-cvs-mode (cvs-mode-revert-buffer . SIMPLE) (&optional ignore-auto noconfirm) - "Rerun `cvs-examine' on the current directory with the defauls flags." + "Rerun `cvs-examine' on the current directory with the default flags." (interactive) (cvs-examine default-directory t))