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

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

[elpa] externals/shell-command+ 35808ca 2/3: Fix checkdoc complaint


From: ELPA Syncer
Subject: [elpa] externals/shell-command+ 35808ca 2/3: Fix checkdoc complaint
Date: Tue, 28 Sep 2021 12:57:27 -0400 (EDT)

branch: externals/shell-command+
commit 35808caba439fd72a6a4188a1698ab7981fda20d
Author: Philip Kaludercic <philipk@posteo.net>
Commit: Philip Kaludercic <philipk@posteo.net>

    Fix checkdoc complaint
---
 shell-command+.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/shell-command+.el b/shell-command+.el
index 1959065..02d22fa 100644
--- a/shell-command+.el
+++ b/shell-command+.el
@@ -74,7 +74,7 @@
 (defcustom shell-command+-use-eshell nil
   "Check for eshell handlers.
 If t, always invoke eshell handlers.  If a list, only invoke
-handlers if the symbol (eg. `man') is contained in the list."
+handlers if the symbol (e.g. `man') is contained in the list."
   :type '(choice (boolean :tag "Always active?")
                  (repeat :tag "Selected commands" symbol)))
 



reply via email to

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