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

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

[nongnu] elpa/inf-clojure 4721b8c 011/313: Fix a docstring


From: ELPA Syncer
Subject: [nongnu] elpa/inf-clojure 4721b8c 011/313: Fix a docstring
Date: Wed, 11 Aug 2021 09:59:36 -0400 (EDT)

branch: elpa/inf-clojure
commit 4721b8ce3724a94d0fe44e4d957bb0a9b04cbbe3
Author: Bozhidar Batsov <bozhidar@batsov.com>
Commit: Bozhidar Batsov <bozhidar@batsov.com>

    Fix a docstring
---
 inf-clojure.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/inf-clojure.el b/inf-clojure.el
index a48687c..6279a84 100644
--- a/inf-clojure.el
+++ b/inf-clojure.el
@@ -349,8 +349,8 @@ describing the last `clojure-load-file' command.")
 (defcustom clojure-source-modes '(clojure-mode)
   "Used to determine if a buffer contains Clojure source code.
 If it's loaded into a buffer that is in one of these major modes, it's
-considered a Clojure source file by `clojure-load-file' and 
`clojure-compile-file'.
-Used by these commands to determine defaults."
+considered a Clojure source file by `clojure-load-file'.
+Used by this command to determine defaults."
   :type '(repeat symbol)
   :group 'inf-clojure)
 



reply via email to

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