mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-22 10:26:20 +00:00
(defun-cvs-mode): Add `doc-string' decl.
This commit is contained in:
parent
3660b4f5fe
commit
a96a1d43db
@ -1,3 +1,7 @@
|
||||
2008-08-10 John Paul Wallington <jpw@pobox.com>
|
||||
|
||||
* pcvs.el (defun-cvs-mode): Add `doc-string' decl.
|
||||
|
||||
2008-08-08 Chong Yidong <cyd@stupidchicken.com>
|
||||
|
||||
* battery.el (battery-echo-area-format, battery-status-function):
|
||||
|
@ -757,7 +757,8 @@ clear what alternative to use.
|
||||
- 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
|
||||
|
Loading…
Reference in New Issue
Block a user