comparison lisp/pcvs.el @ 97363:e4c43328a99d

(defun-cvs-mode): Add `doc-string' decl.
author John Paul Wallington <jpw@pobox.com>
date Sat, 09 Aug 2008 15:52:51 +0000
parents ee5932bf781d
children a9dc0e7c3f2b
comparison
equal deleted inserted replaced
97362:a7ddf766669d 97363:e4c43328a99d
755 clear what alternative to use. 755 clear what alternative to use.
756 - SIMPLE will get all the interactive arguments from the original buffer. 756 - SIMPLE will get all the interactive arguments from the original buffer.
757 - NOARGS will get all the arguments from the *cvs* buffer and will 757 - NOARGS will get all the arguments from the *cvs* buffer and will
758 always behave as if called interactively. 758 always behave as if called interactively.
759 - DOUBLE is the generic case." 759 - DOUBLE is the generic case."
760 (declare (debug (&define sexp lambda-list stringp ("interactive" interactive) def-body))) 760 (declare (debug (&define sexp lambda-list stringp ("interactive" interactive) def-body))
761 (doc-string 3))
761 (let ((style (cvs-cdr fun)) 762 (let ((style (cvs-cdr fun))
762 (fun (cvs-car fun))) 763 (fun (cvs-car fun)))
763 (cond 764 (cond
764 ;; a trivial interaction, no need to move it 765 ;; a trivial interaction, no need to move it
765 ((or (eq style 'SIMPLE) 766 ((or (eq style 'SIMPLE)