diff options
author | Stefan Monnier <monnier@iro.umontreal.ca> | 2004-09-07 04:48:04 +0000 |
---|---|---|
committer | Stefan Monnier <monnier@iro.umontreal.ca> | 2004-09-07 04:48:04 +0000 |
commit | fa63cb6d0b273629f893abef60ff7eb17100faf5 (patch) | |
tree | ae224b15f97090ea69d2506a41d8272553080817 /lisp/vc-rcs.el | |
parent | 0452b6e74515f3251607833a67e0d21727f78b11 (diff) | |
download | emacs-fa63cb6d0b273629f893abef60ff7eb17100faf5.tar.gz |
Doc fix.
Diffstat (limited to 'lisp/vc-rcs.el')
-rw-r--r-- | lisp/vc-rcs.el | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/lisp/vc-rcs.el b/lisp/vc-rcs.el index ca2958756a4..0a161bb9288 100644 --- a/lisp/vc-rcs.el +++ b/lisp/vc-rcs.el @@ -1,11 +1,12 @@ ;;; vc-rcs.el --- support for RCS version-control -;; Copyright (C) 1992,93,94,95,96,97,98,99,2000,2001 Free Software Foundation, Inc. +;; Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, +;; 2000, 2001, 2004 Free Software Foundation, Inc. ;; Author: FSF (see vc.el for full credits) ;; Maintainer: Andre Spiegel <spiegel@gnu.org> -;; $Id: vc-rcs.el,v 1.39 2004/03/21 15:46:23 spiegel Exp $ +;; $Id$ ;; This file is part of GNU Emacs. @@ -208,7 +209,7 @@ When VERSION is given, perform check for that version." (vc-file-getprop file 'vc-checkout-model))))) (defun vc-rcs-workfile-unchanged-p (file) - "RCS-specific implementation of vc-workfile-unchanged-p." + "RCS-specific implementation of `vc-workfile-unchanged-p'." ;; Try to use rcsdiff --brief. If rcsdiff does not understand that, ;; do a double take and remember the fact for the future (let* ((version (concat "-r" (vc-workfile-version file))) @@ -786,5 +787,5 @@ variable `vc-rcs-release' is set to the returned value." (provide 'vc-rcs) -;;; arch-tag: 759b4916-5b0d-431d-b647-b185b8c652cf +;; arch-tag: 759b4916-5b0d-431d-b647-b185b8c652cf ;;; vc-rcs.el ends here |