diff options
| author | Jonas Bernoulli <jonas@bernoul.li> | 2025-05-26 19:28:38 +0200 |
|---|---|---|
| committer | Jonas Bernoulli <jonas@bernoul.li> | 2025-05-26 19:28:38 +0200 |
| commit | df5856bb960933c91ec391de79f75ecd2cb55e52 (patch) | |
| tree | f1d129bf817b52c573ce3e036896ff42d068cd72 /docs/transient.org | |
| parent | e8eb3ebdc0c69c7eefc6c4e913c4c8f315d20f63 (diff) | |
manual: Omit LEVEL in transient-information example
Positional LEVEL is semi-deprecated.
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~ |
