branch: elpa/inf-clojure commit 4721b8ce3724a94d0fe44e4d957bb0a9b04cbbe3 Author: Bozhidar Batsov <bozhi...@batsov.com> Commit: Bozhidar Batsov <bozhi...@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)