branch: externals/shell-command+
commit 35808caba439fd72a6a4188a1698ab7981fda20d
Author: Philip Kaludercic <phil...@posteo.net>
Commit: Philip Kaludercic <phil...@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