From df5856bb960933c91ec391de79f75ecd2cb55e52 Mon Sep 17 00:00:00 2001 From: Jonas Bernoulli Date: Mon, 26 May 2025 19:28:38 +0200 Subject: manual: Omit LEVEL in transient-information example Positional LEVEL is semi-deprecated. --- docs/transient.org | 4 ++-- docs/transient.texi | 4 ++-- 2 files changed, 4 insertions(+), 4 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~ diff --git a/docs/transient.texi b/docs/transient.texi index 0f1a837..fd69c45 100644 --- a/docs/transient.texi +++ b/docs/transient.texi @@ -2310,8 +2310,8 @@ anywhere a suffix can appear. Display-only suffix specifications take these form: @lisp -([LEVEL] :info DESCRIPTION [KEYWORD VALUE]...) -([LEVEL] :info* DESCRIPTION [KEYWORD VALUE]...) +(:info DESCRIPTION [KEYWORD VALUE]...) +(:info* DESCRIPTION [KEYWORD VALUE]...) @end lisp The @code{:info} and @code{:info*} keyword arguments replaces the @code{:description} -- cgit v1.0