From 69db9cd21f25b791b61c5689ec9ed1bd471e9806 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Wed, 3 Dec 2008 07:39:20 +0000 Subject: [PATCH] (vc-rcs-diff-switches): Doc fix. Add t as option. --- lisp/vc-rcs.el | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/lisp/vc-rcs.el b/lisp/vc-rcs.el index 77b6be2046c..0d9329fe506 100644 --- a/lisp/vc-rcs.el +++ b/lisp/vc-rcs.el @@ -1,13 +1,12 @@ ;;; vc-rcs.el --- support for RCS version-control ;; Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, -;; 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. +;; 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 +;; Free Software Foundation, Inc. ;; Author: FSF (see vc.el for full credits) ;; Maintainer: Andre Spiegel -;; $Id$ - ;; This file is part of GNU Emacs. ;; GNU Emacs is free software: you can redistribute it and/or modify @@ -58,12 +57,12 @@ by \\[vc-rcs-register]." :group 'vc) (defcustom vc-rcs-diff-switches nil - "A string or list of strings specifying extra switches for rcsdiff under VC." - :type '(choice (const :tag "None" nil) + "String or list of strings specifying switches for RCS diff under VC. +If nil, use the value of `vc-diff-switches'. If t, use no switches." + :type '(choice (const :tag "Unspecified" nil) + (const :tag "None" t) (string :tag "Argument String") - (repeat :tag "Argument List" - :value ("") - string)) + (repeat :tag "Argument List" :value ("") string)) :version "21.1" :group 'vc) @@ -266,6 +265,7 @@ When VERSION is given, perform check for that version." ;; RCS is totally file-oriented, so all we have to do is make the directory (make-directory "RCS")) +;; FIXME doc is wrong re switches. (defun vc-rcs-register (files &optional rev comment) "Register FILES into the RCS version-control system. REV is the optional revision number for the files. COMMENT can be used -- 2.39.2