Skip to content

Commit 293da0e

Browse files
committed
Improve the docstring for clojure-defun-indents
1 parent 2fa46e6 commit 293da0e

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

clojure-mode.el

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1279,10 +1279,11 @@ Requires the macro's NAME and a VALUE."
12791279
"List of additional symbols with defun-style indentation in Clojure.
12801280
12811281
You can use this to let Emacs indent your own macros the same way
1282-
that it indents built-in macros like with-open. To manually set
1283-
it from Lisp code, use (put-clojure-indent 'some-symbol :defn)."
1282+
that it indents built-in macros like with-open. This variable
1283+
only works when set via the customize interface (`setq' won't
1284+
work). To set it from Lisp code, use
1285+
(put-clojure-indent \\='some-symbol :defn)."
12841286
:type '(repeat symbol)
1285-
:safe #'listp
12861287
:set 'add-custom-clojure-indents)
12871288

12881289
(define-clojure-indent

0 commit comments

Comments
 (0)