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

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

[nongnu] elpa/inf-clojure 6ccb53e 054/313: Fix a docstring


From: ELPA Syncer
Subject: [nongnu] elpa/inf-clojure 6ccb53e 054/313: Fix a docstring
Date: Wed, 11 Aug 2021 09:59:45 -0400 (EDT)

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

    Fix a docstring
---
 inf-clojure.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/inf-clojure.el b/inf-clojure.el
index 5c2526e..733074b 100644
--- a/inf-clojure.el
+++ b/inf-clojure.el
@@ -413,7 +413,7 @@ Used by this command to determine defaults."
   :group 'inf-clojure)
 
 (defun inf-clojure-load-file (file-name)
-  "Load a Clojure file into the inferior Clojure process."
+  "Load a Clojure file FILE-NAME into the inferior Clojure process."
   (interactive (comint-get-source "Load Clojure file: " 
inf-clojure-prev-l/c-dir/file
                                   inf-clojure-source-modes nil)) ; nil because 
LOAD
                                         ; doesn't need an exact name



reply via email to

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