Skip to content

Commit

Permalink
transient-define-suffix: Update debug specification
Browse files Browse the repository at this point in the history
  • Loading branch information
tarsius committed Apr 21, 2024
1 parent 7e827c3 commit f149136
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions lisp/transient.el
Original file line number Diff line number Diff line change
Expand Up @@ -949,12 +949,11 @@ The BODY must begin with an `interactive' form that matches
ARGLIST. The infix arguments are usually accessed by using
`transient-args' inside `interactive'.
\(fn NAME ARGLIST [DOCSTRING] [KEYWORD VALUE]... BODY...)"
\(fn NAME ARGLIST [DOCSTRING] [KEYWORD VALUE]... [BODY...])"
(declare (debug ( &define name lambda-list
[&optional lambda-doc]
[&rest keywordp sexp]
("interactive" interactive)
def-body))
[&optional ("interactive" interactive) def-body]))
(indent defun)
(doc-string 3))
(pcase-let ((`(,class ,slots ,_ ,docstr ,body ,interactive-only)
Expand Down

0 comments on commit f149136

Please sign in to comment.