branch: elpa/clojure-ts-mode
commit e3719a5fd43dceb37da14212256cc006966746b5
Author: Bozhidar Batsov <[email protected]>
Commit: Bozhidar Batsov <[email protected]>
Fix incorrect variable name in README fill paragraph section
The variable is clojure-ts-docstring-fill-column (not
clojure-ts-fill-paragraph), and its default comes from fill-column
(not fill-paragraph).
---
README.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index 4ba1beef66..48dbc47f49 100644
--- a/README.md
+++ b/README.md
@@ -399,8 +399,8 @@ To make forms inside of `(comment ...)` forms appear as
top-level forms for eval
To change the maximal line length used by `M-x prog-fill-reindent-defun` (also
bound to `M-q` by default) to reformat docstrings and comments it's possible to
-customize `clojure-ts-fill-paragraph` variable (by default set to the value of
-Emacs' `fill-paragraph` value).
+customize `clojure-ts-docstring-fill-column` variable (by default set to the
value of
+Emacs' `fill-column` value).
Every new line in the docstrings is indented by
`clojure-ts-docstring-fill-prefix-width` number of spaces (set to 2 by default