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

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

[elpa] externals/modus-operandi-theme 6d302de 022/153: Clarify docstring


From: Stefan Monnier
Subject: [elpa] externals/modus-operandi-theme 6d302de 022/153: Clarify docstring for intense hl line option
Date: Thu, 18 Mar 2021 13:47:31 -0400 (EDT)

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

    Clarify docstring for intense hl line option
    
    This satisfies 'M-x checkdoc'.
---
 modus-operandi-theme.el | 2 +-
 modus-vivendi-theme.el  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/modus-operandi-theme.el b/modus-operandi-theme.el
index e22f4a8..49f8f46 100644
--- a/modus-operandi-theme.el
+++ b/modus-operandi-theme.el
@@ -674,7 +674,7 @@ effect than the former."
           (const :tag "Intense background and foreground for the prompt" 
intense)))
 
 (defcustom modus-operandi-theme-intense-hl-line nil
-  "Use more prominent background for `hl-line-mode'."
+  "Use more prominent background for command `hl-line-mode'."
   :type 'boolean)
 
 (defcustom modus-operandi-theme-intense-paren-match nil
diff --git a/modus-vivendi-theme.el b/modus-vivendi-theme.el
index 5e4622d..8ea6235 100644
--- a/modus-vivendi-theme.el
+++ b/modus-vivendi-theme.el
@@ -674,7 +674,7 @@ effect than the former."
           (const :tag "Intense background and foreground for the prompt" 
intense)))
 
 (defcustom modus-vivendi-theme-intense-hl-line nil
-  "Use more prominent background for `hl-line-mode'."
+  "Use more prominent background for command `hl-line-mode'."
   :type 'boolean)
 
 (defcustom modus-vivendi-theme-intense-paren-match nil



reply via email to

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