branch: externals/transient
commit 1cdadfddf89a28481c9514d5e7ff0a4750049d98
Author: Jonas Bernoulli <[email protected]>
Commit: Jonas Bernoulli <[email protected]>

    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