branch: elpa/exec-path-from-shell
commit 885b3de9bb6365771dd09f5267f6ff843d5109e8
Author: Steve Purcell <[email protected]>
Commit: Steve Purcell <[email protected]>

    Fix checkdoc warning, bogus local var, non-standard keywords
---
 exec-path-from-shell.el | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/exec-path-from-shell.el b/exec-path-from-shell.el
index 4637f716e2..655f9580b4 100644
--- a/exec-path-from-shell.el
+++ b/exec-path-from-shell.el
@@ -3,7 +3,7 @@
 ;; Copyright (C) 2012-2014 Steve Purcell
 
 ;; Author: Steve Purcell <[email protected]>
-;; Keywords: environment
+;; Keywords: unix, environment
 ;; URL: https://github.com/purcell/exec-path-from-shell
 ;; Package-Version: 0
 
@@ -131,7 +131,7 @@ The default value denotes an interactive login shell."
     (apply 'message msg args)))
 
 (defun exec-path-from-shell--standard-shell-p (shell)
-  "Return non-nil iff the shell supports the standard ${VAR-default} syntax."
+  "Return non-nil iff SHELL supports the standard ${VAR-default} syntax."
   (not (string-match "\\(fish\\|t?csh\\)$" shell)))
 
 (defun exec-path-from-shell-printf (str &optional args)
@@ -261,7 +261,6 @@ values used in the user's shell."
 ;; Local Variables:
 ;; coding: utf-8
 ;; indent-tabs-mode: nil
-;; mangle-whitespace: t
 ;; require-final-newline: t
 ;; checkdoc-minor-mode: t
 ;; End:

Reply via email to