Skip to content

Commit 1dd07a5

Browse files
committed
Add a docstring
1 parent 1c2a946 commit 1dd07a5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

clojure-mode.el

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,9 @@ For example, \[ is allowed in :db/id[:db.part/user]."
169169
(modify-syntax-entry ?@ "'" table)
170170
;; Make hash a usual word character
171171
(modify-syntax-entry ?# "_ p" table)
172-
table))
172+
table)
173+
"Syntax table for Clojure mode.
174+
Inherits from `emacs-lisp-mode-syntax-table'.")
173175

174176
(defconst clojure--prettify-symbols-alist
175177
'(("fn" . )))

0 commit comments

Comments
 (0)