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

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

[elpa] externals/modus-operandi-theme 29c21b4 008/153: Clarify optional


From: Stefan Monnier
Subject: [elpa] externals/modus-operandi-theme 29c21b4 008/153: Clarify optional prefix arg for demo theme toggle
Date: Thu, 18 Mar 2021 13:47:27 -0400 (EDT)

branch: externals/modus-operandi-theme
commit 29c21b4a8146ae5d43cb3418480d307616dc2d8b
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>

    Clarify optional prefix arg for demo theme toggle
---
 README.org | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/README.org b/README.org
index 017546e..0a36e1b 100644
--- a/README.org
+++ b/README.org
@@ -837,7 +837,10 @@ default colours."
           modus-vivendi-theme-override-colors-alist nil)))
 
 (defun prot/modus-themes-toggle (&optional arg)
-  "Toggle between `prot/modus-operandi' and `prot/modus-vivendi'."
+  "Toggle between `prot/modus-operandi' and `prot/modus-vivendi'.
+
+With optional \\[universal-argument] prefix, enable
+`prot/modus-themes-alt-mode' for the loaded theme."
   (interactive "P")
   (if arg
       (prot/modus-themes-alt-mode 1)



reply via email to

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