aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/cvs-status.el
diff options
context:
space:
mode:
authorPavel Janík <[email protected]>2001-12-20 19:01:00 +0000
committerPavel Janík <[email protected]>2001-12-20 19:01:00 +0000
commitf0529b5b1aeb64a7df9765781948a5edbfc80b1e (patch)
tree158ac5ca37e5347b9cc96ffe5514ab852e3aa8b9 /lisp/cvs-status.el
parent0ff9b955fe8d8032f5c139dcc86990f0177b646f (diff)
Doc fix.
Diffstat (limited to 'lisp/cvs-status.el')
-rw-r--r--lisp/cvs-status.el7
1 files changed, 5 insertions, 2 deletions
diff --git a/lisp/cvs-status.el b/lisp/cvs-status.el
index 37836f5d70..4970c19d1f 100644
--- a/lisp/cvs-status.el
+++ b/lisp/cvs-status.el
@@ -4,7 +4,7 @@
;; Author: Stefan Monnier <[email protected]>
;; Keywords: pcl-cvs cvs status tree
-;; Revision: $Id: cvs-status.el,v 1.9 2000/12/06 19:50:12 fx Exp $
+;; Revision: $Id: cvs-status.el,v 1.10 2000/12/18 03:17:31 monnier Exp $
;; This file is part of GNU Emacs.
@@ -306,7 +306,7 @@ BEWARE: because of stability issues, this is not a symetric operation."
(defun cvs-status-get-tags ()
"Look for a list of tags, read them in and delete them.
-Returns NIL if there was an empty list of tags and T if there wasn't
+Return nil if there was an empty list of tags and t if there wasn't
even a list. Else, return the list of tags where each element of
the list is a three-string list TAG, KIND, REV."
(let ((tags nil))
@@ -516,6 +516,9 @@ Optional prefix ARG chooses between two representations."
;;; Change Log:
;; $Log: cvs-status.el,v $
+;; Revision 1.10 2000/12/18 03:17:31 monnier
+;; Remove useless Version.
+;;
;; Revision 1.9 2000/12/06 19:50:12 fx
;; Fix copyright years.
;;