diff options
Diffstat (limited to 'docs/transient.org')
| -rw-r--r-- | docs/transient.org | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/transient.org b/docs/transient.org index 58b0593..9f89c1e 100644 --- a/docs/transient.org +++ b/docs/transient.org @@ -2062,8 +2062,8 @@ object should not affect later invocations. take these form: #+begin_src emacs-lisp - ([LEVEL] :info DESCRIPTION [KEYWORD VALUE]...) - ([LEVEL] :info* DESCRIPTION [KEYWORD VALUE]...) + (:info DESCRIPTION [KEYWORD VALUE]...) + (:info* DESCRIPTION [KEYWORD VALUE]...) #+end_src The ~:info~ and ~:info*~ keyword arguments replaces the ~:description~ |
