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

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

[nongnu] elpa/exec-path-from-shell e88cce5a93 067/114: Fix checkdoc warn


From: ELPA Syncer
Subject: [nongnu] elpa/exec-path-from-shell e88cce5a93 067/114: Fix checkdoc warnings
Date: Tue, 5 Sep 2023 04:00:01 -0400 (EDT)

branch: elpa/exec-path-from-shell
commit e88cce5a9344356af54dbd51b72c809811858898
Author: Steve Purcell <steve@sanityinc.com>
Commit: Steve Purcell <steve@sanityinc.com>

    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:
 ;;



reply via email to

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