emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/transient 1cdadfddf8 340/366: manual: Use source block


From: Jonas Bernoulli
Subject: [elpa] externals/transient 1cdadfddf8 340/366: manual: Use source block
Date: Tue, 25 Jan 2022 18:54:53 -0500 (EST)

branch: externals/transient
commit 1cdadfddf89a28481c9514d5e7ff0a4750049d98
Author: Jonas Bernoulli <jonas@bernoul.li>
Commit: Jonas Bernoulli <jonas@bernoul.li>

    manual: Use source block
---
 docs/transient.org | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/docs/transient.org b/docs/transient.org
index 0bcce69102..a484f04b62 100644
--- a/docs/transient.org
+++ b/docs/transient.org
@@ -530,10 +530,12 @@ Also see [[* Common Suffix Commands]].
 
   The default is:
 
-  (display-buffer-in-side-window
-    (side . bottom)
-    (inhibit-same-window . t)
-    (window-parameters (no-other-window . t)))
+  #+BEGIN_SRC emacs-lisp
+    (display-buffer-in-side-window
+      (side . bottom)
+      (inhibit-same-window . t)
+      (window-parameters (no-other-window . t)))
+  #+END_SRC
 
   This displays the window at the bottom of the selected frame.
   Another useful FUNCTION is ~display-buffer-below-selected~, which



reply via email to

[Prev in Thread] Current Thread [Next in Thread]