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

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

[elpa] externals/modus-operandi-theme 3c38b04 26/99: Two minor documenta


From: Stefan Monnier
Subject: [elpa] externals/modus-operandi-theme 3c38b04 26/99: Two minor documentation refinements
Date: Fri, 31 Jul 2020 09:25:19 -0400 (EDT)

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

    Two minor documentation refinements
---
 README.org              | 4 ++--
 modus-operandi-theme.el | 5 +++--
 modus-vivendi-theme.el  | 5 +++--
 3 files changed, 8 insertions(+), 6 deletions(-)

diff --git a/README.org b/README.org
index 67e4fbd..b3df82d 100644
--- a/README.org
+++ b/README.org
@@ -193,7 +193,7 @@ a theme, you can evaluate either of these:
 Consult the section below with the 
[[#h:0e3b8a62-8d72-4439-be2d-cb12ed98f4cb][complete example configuration]] for 
a
 fully fledged =use-package= declaration.
 
-** Option for distinct Org source blocks
+** Option for distinct Org blocks
    :PROPERTIES:
    :CUSTOM_ID: h:ca57a3af-6f79-4530-88c0-e35eda9d3bf7
    :END:
@@ -201,7 +201,7 @@ fully fledged =use-package= declaration.
 + =modus-operandi-theme-distinct-org-blocks=
 + =modus-vivendi-theme-distinct-org-blocks=
 
-Use a distinct background for Org's source blocks and extend the
+Use a distinct neutral background for Org's blocks and extend the
 background of their beginning and end lines to the edge of the window
 (the "extend" part is for Emacs versions >= 27, whereas before they
 would extend regardless).
diff --git a/modus-operandi-theme.el b/modus-operandi-theme.el
index 7d8b7b0..6c58ebe 100644
--- a/modus-operandi-theme.el
+++ b/modus-operandi-theme.el
@@ -478,7 +478,8 @@ For more on the matter, read the documentation of
   :type 'boolean)
 
 (defcustom modus-operandi-theme-distinct-org-blocks nil
-  "Use a distinct background for `org-mode' source blocks."
+  "Use a distinct neutral background for `org-mode' blocks."
+  :type 'boolean)
   :type 'boolean)
 
 (defcustom modus-operandi-theme-3d-modeline nil
@@ -3708,7 +3709,7 @@ Also bind `class' to ((class color) (min-colors 89))."
        ("XXX+" . ,red-alt)
        ("REVIEW" . ,cyan-alt-other)
        ("DEPRECATED" . ,blue-nuanced)))
-   ;;;;; vc-annotate (C-x v g)
+   ;;;; vc-annotate (C-x v g)
    `(vc-annotate-background nil)
    `(vc-annotate-background-mode nil)
    `(vc-annotate-color-map
diff --git a/modus-vivendi-theme.el b/modus-vivendi-theme.el
index e709de9..5899482 100644
--- a/modus-vivendi-theme.el
+++ b/modus-vivendi-theme.el
@@ -478,7 +478,8 @@ For more on the matter, read the documentation of
   :type 'boolean)
 
 (defcustom modus-vivendi-theme-distinct-org-blocks nil
-  "Use a distinct background for `org-mode' source blocks."
+  "Use a distinct neutral background for `org-mode' blocks."
+  :type 'boolean)
   :type 'boolean)
 
 (defcustom modus-vivendi-theme-3d-modeline nil
@@ -3708,7 +3709,7 @@ Also bind `class' to ((class color) (min-colors 89))."
        ("XXX+" . ,red-alt)
        ("REVIEW" . ,cyan-alt-other)
        ("DEPRECATED" . ,cyan-nuanced)))
-   ;;;;; vc-annotate (C-x v g)
+   ;;;; vc-annotate (C-x v g)
    `(vc-annotate-background nil)
    `(vc-annotate-background-mode nil)
    `(vc-annotate-color-map



reply via email to

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