branch: elpa/inf-clojure
commit 64263f719ba781643120d3d003a0564431b3d374
Author: Bozhidar Batsov <bozhi...@batsov.com>
Commit: Bozhidar Batsov <bozhi...@batsov.com>

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

diff --git a/inf-clojure.el b/inf-clojure.el
index ac238e6..e5668b8 100644
--- a/inf-clojure.el
+++ b/inf-clojure.el
@@ -143,7 +143,7 @@ The following commands are available:
   "Format-string for building a Clojure expression to load a file.
 This format string should use `%s' to substitute a file name
 and should result in a Clojure expression that will command the inferior 
Clojure
-to load that file.~"
+to load that file."
   :type 'string
   :group 'inf-clojure)
 

Reply via email to