diff options
| author | John Paul Wallington | 2008-08-09 15:53:32 +0000 |
|---|---|---|
| committer | John Paul Wallington | 2008-08-09 15:53:32 +0000 |
| commit | a96a1d43db8cf18fc4d10992f1f96ad94e5aba13 (patch) | |
| tree | fb49597fab896d5d347f74783b1d750a21b30475 | |
| parent | 3660b4f5fe58ae932b7eadb4209adb402fc8a4d2 (diff) | |
| download | emacs-a96a1d43db8cf18fc4d10992f1f96ad94e5aba13.tar.gz emacs-a96a1d43db8cf18fc4d10992f1f96ad94e5aba13.zip | |
(defun-cvs-mode): Add `doc-string' decl.
| -rw-r--r-- | lisp/ChangeLog | 4 | ||||
| -rw-r--r-- | lisp/pcvs.el | 3 |
2 files changed, 6 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 5e0f9282bd3..c6be6d06d4b 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2008-08-10 John Paul Wallington <jpw@pobox.com> | ||
| 2 | |||
| 3 | * pcvs.el (defun-cvs-mode): Add `doc-string' decl. | ||
| 4 | |||
| 1 | 2008-08-08 Chong Yidong <cyd@stupidchicken.com> | 5 | 2008-08-08 Chong Yidong <cyd@stupidchicken.com> |
| 2 | 6 | ||
| 3 | * battery.el (battery-echo-area-format, battery-status-function): | 7 | * battery.el (battery-echo-area-format, battery-status-function): |
diff --git a/lisp/pcvs.el b/lisp/pcvs.el index 03eeee677e6..9b73fb292bd 100644 --- a/lisp/pcvs.el +++ b/lisp/pcvs.el | |||
| @@ -757,7 +757,8 @@ clear what alternative to use. | |||
| 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 |