# HG changeset patch # User Stefan Monnier # Date 1094532484 0 # Node ID 2cc3f5b164388bd495b131ef8fe92bf6f3805ba0 # Parent 1e43327f745759f523e49825876fc833eec7b3a0 Doc fix. diff -r 1e43327f7457 -r 2cc3f5b16438 lisp/vc-rcs.el --- a/lisp/vc-rcs.el Tue Sep 07 04:47:38 2004 +0000 +++ b/lisp/vc-rcs.el Tue Sep 07 04:48:04 2004 +0000 @@ -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 -;; $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 @@ (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 @@ (provide 'vc-rcs) -;;; arch-tag: 759b4916-5b0d-431d-b647-b185b8c652cf +;; arch-tag: 759b4916-5b0d-431d-b647-b185b8c652cf ;;; vc-rcs.el ends here diff -r 1e43327f7457 -r 2cc3f5b16438 lisp/vc-sccs.el --- a/lisp/vc-sccs.el Tue Sep 07 04:47:38 2004 +0000 +++ b/lisp/vc-sccs.el Tue Sep 07 04:48:04 2004 +0000 @@ -1,11 +1,12 @@ ;;; vc-sccs.el --- support for SCCS 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 -;; $Id: vc-sccs.el,v 1.24 2003/09/01 15:45:17 miles Exp $ +;; $Id$ ;; This file is part of GNU Emacs. @@ -150,7 +151,7 @@ 'locking) (defun vc-sccs-workfile-unchanged-p (file) - "SCCS-specific implementation of vc-workfile-unchanged-p." + "SCCS-specific implementation of `vc-workfile-unchanged-p'." (zerop (apply 'vc-do-command nil 1 "vcdiff" (vc-name file) (list "--brief" "-q" (concat "-r" (vc-workfile-version file)))))) @@ -397,5 +398,5 @@ (provide 'vc-sccs) -;;; arch-tag: d751dee3-d7b3-47e1-95e3-7ae98c052041 +;; arch-tag: d751dee3-d7b3-47e1-95e3-7ae98c052041 ;;; vc-sccs.el ends here