# HG changeset patch # User John Paul Wallington # Date 1218297171 0 # Node ID e4c43328a99db91e6df65cd5f01ba149928a0e67 # Parent a7ddf766669d4877ff9ae6299cf26060118ac9e1 (defun-cvs-mode): Add `doc-string' decl. diff -r a7ddf766669d -r e4c43328a99d lisp/pcvs.el --- a/lisp/pcvs.el Fri Aug 08 17:46:49 2008 +0000 +++ b/lisp/pcvs.el Sat Aug 09 15:52:51 2008 +0000 @@ -757,7 +757,8 @@ - NOARGS will get all the arguments from the *cvs* buffer and will always behave as if called interactively. - DOUBLE is the generic case." - (declare (debug (&define sexp lambda-list stringp ("interactive" interactive) def-body))) + (declare (debug (&define sexp lambda-list stringp ("interactive" interactive) def-body)) + (doc-string 3)) (let ((style (cvs-cdr fun)) (fun (cvs-car fun))) (cond