comparison lisp/pcvs-defs.el @ 42205:7308bbc423d5

Doc fixes.
author Pavel Janík <Pavel@Janik.cz>
date Thu, 20 Dec 2001 18:59:32 +0000
parents 55442821b27d
children 20686887461a
comparison
equal deleted inserted replaced
42204:73e75f765479 42205:7308bbc423d5
2 2
3 ;; Copyright (C) 1991, 92, 93, 94, 95, 96, 97, 98, 99, 2000 Free Software Foundation, Inc. 3 ;; Copyright (C) 1991, 92, 93, 94, 95, 96, 97, 98, 99, 2000 Free Software Foundation, Inc.
4 4
5 ;; Author: Stefan Monnier <monnier@cs.yale.edu> 5 ;; Author: Stefan Monnier <monnier@cs.yale.edu>
6 ;; Keywords: pcl-cvs 6 ;; Keywords: pcl-cvs
7 ;; Revision: $Id: pcvs-defs.el,v 1.15 2001/07/16 07:46:48 pj Exp $ 7 ;; Revision: $Id: pcvs-defs.el,v 1.16 2001/10/31 17:39:07 sds Exp $
8 8
9 ;; This file is part of GNU Emacs. 9 ;; This file is part of GNU Emacs.
10 10
11 ;; GNU Emacs is free software; you can redistribute it and/or modify 11 ;; GNU Emacs is free software; you can redistribute it and/or modify
12 ;; it under the terms of the GNU General Public License as published by 12 ;; it under the terms of the GNU General Public License as published by
166 (const t) 166 (const t)
167 (const nil))) 167 (const nil)))
168 168
169 (defcustom cvs-add-default-message nil 169 (defcustom cvs-add-default-message nil
170 "*Default message to use when adding files. 170 "*Default message to use when adding files.
171 If set to NIL, `cvs-mode-add' will always prompt for a message." 171 If set to nil, `cvs-mode-add' will always prompt for a message."
172 :group 'pcl-cvs 172 :group 'pcl-cvs
173 :type '(choice (const :tag "Prompt" nil) 173 :type '(choice (const :tag "Prompt" nil)
174 (string))) 174 (string)))
175 175
176 (defvar cvs-diff-buffer-name "*cvs-diff*" 176 (defvar cvs-diff-buffer-name "*cvs-diff*"
493 directories, so pcl-cvs checks what version you're using to determine 493 directories, so pcl-cvs checks what version you're using to determine
494 whether to use the new feature or not. 494 whether to use the new feature or not.
495 Sadly, even with a new cvs executable, if you connect to an older cvs server 495 Sadly, even with a new cvs executable, if you connect to an older cvs server
496 \(typically a cvs-1.9 on the server), the old restriction applies. In such 496 \(typically a cvs-1.9 on the server), the old restriction applies. In such
497 a case the sanity check made by pcl-cvs fails and you will have to manually 497 a case the sanity check made by pcl-cvs fails and you will have to manually
498 set this variable to T (until the cvs server is upgraded). 498 set this variable to t (until the cvs server is upgraded).
499 When the above problem occurs, pcl-cvs should (hopefully) catch cvs' error 499 When the above problem occurs, pcl-cvs should (hopefully) catch cvs' error
500 message and replace it with a message tell you to change this variable.") 500 message and replace it with a message tell you to change this variable.")
501 501
502 ;; 502 ;;
503 (provide 'pcvs-defs) 503 (provide 'pcvs-defs)