summaryrefslogtreecommitdiff
path: root/clojure-mode.el
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.com>2018-06-26 15:37:15 +0300
committerBozhidar Batsov <bozhidar@batsov.com>2018-06-26 15:37:15 +0300
commitf6b0be393ece4555a74476cebf424a13d6c4b95c (patch)
tree1c7e4a5ad2385a950914ba61e2d5098146b0100e /clojure-mode.el
parentc433916f4ec57eb70ce773df32e3239558b05120 (diff)
Fix a couple of docstrings
Diffstat (limited to 'clojure-mode.el')
-rw-r--r--clojure-mode.el9
1 files changed, 6 insertions, 3 deletions
diff --git a/clojure-mode.el b/clojure-mode.el
index 4ecbbba..0fd389e 100644
--- a/clojure-mode.el
+++ b/clojure-mode.el
@@ -439,11 +439,14 @@ ENDP and DELIM."
(t)))))
(defconst clojure--collection-tag-regexp "#\\(::[a-zA-Z0-9._-]*\\|:?\\([a-zA-Z0-9._-]+/\\)?[a-zA-Z0-9._-]+\\)"
- "Allowed strings that can come before a collection literal (e.g. '[]' or '{}'), as reader macro tags.
-This includes #fully.qualified/my-ns[:kw val] and #::my-ns{:kw val} as of Clojure 1.9.")
+ "Collection reader macro tag regexp.
+It is intended to check for allowed strings that can come before a
+collection literal (e.g. '[]' or '{}'), as reader macro tags.
+This includes #fully.qualified/my-ns[:kw val] and #::my-ns{:kw
+val} as of Clojure 1.9.")
(defun clojure-no-space-after-tag (endp delimiter)
- "Prevent inserting a space after a reader-literal tag?
+ "Prevent inserting a space after a reader-literal tag.
When a reader-literal tag is followed be an opening delimiter
listed in `clojure-omit-space-between-tag-and-delimiters', this