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

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

[elpa] externals/org-modern 239c02aa99: Update example


From: ELPA Syncer
Subject: [elpa] externals/org-modern 239c02aa99: Update example
Date: Thu, 30 Jun 2022 08:57:54 -0400 (EDT)

branch: externals/org-modern
commit 239c02aa99dc52755edf38d5e9c9e986683c4249
Author: Daniel Mendler <mail@daniel-mendler.de>
Commit: Daniel Mendler <mail@daniel-mendler.de>

    Update example
---
 example.org | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/example.org b/example.org
index 124a7bf30d..ec77689df6 100644
--- a/example.org
+++ b/example.org
@@ -41,8 +41,10 @@ TREPEATED: <2022-02-26 Sat 10:00 .+1d/2d>
     "Show the documentation for a random command."
     (interactive)
     (let ((commands))
-      (mapatoms (lambda (s) (when (commandp s) (push s commands))))
-      (describe-function (nth (random (length commands)) commands))))
+      (mapatoms (lambda (s)
+                  (when (commandp s) (push s commands))))
+      (describe-function
+       (nth (random (length commands)) commands))))
 #+end_src
 
 #+begin_src calc



reply via email to

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