branch: elpa/exec-path-from-shell
commit e88cce5a9344356af54dbd51b72c809811858898
Author: Steve Purcell <[email protected]>
Commit: Steve Purcell <[email protected]>
Fix checkdoc warnings
---
exec-path-from-shell.el | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/exec-path-from-shell.el b/exec-path-from-shell.el
index 0f2c797ffd..de463f4653 100644
--- a/exec-path-from-shell.el
+++ b/exec-path-from-shell.el
@@ -38,7 +38,7 @@
;; If you use a non-POSIX-standard shell like "tcsh" or "fish", your
;; shell will be asked to execute "sh" as a subshell in order to print
-;; out the variables in a format which can be reliably parsed. "sh"
+;; out the variables in a format which can be reliably parsed. "sh"
;; must be a POSIX-compliant shell in this case.
;; Note that shell variables which have not been exported as
@@ -47,8 +47,9 @@
;; Installation:
-;; ELPA packages are available on Marmalade and MELPA. Alternatively, place
-;; this file on a directory in your `load-path', and explicitly require it.
+;; ELPA packages are available on Marmalade and MELPA. Alternatively,
+;; place this file on a directory in your `load-path', and explicitly
+;; require it.
;; Usage:
;;