summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTaylor R Campbell <campbell@paredit.org>2022-11-27 14:18:55 +0000
committerTaylor R Campbell <campbell@paredit.org>2022-11-27 14:31:34 +0000
commit568c4463dab14e999228ce72d3b35409e2132c58 (patch)
tree186c30ebec8b38709457a51c55dfcd4667e11f70
parentc5165ac2fc296fb47ffe7123179eb0b90ba8241a (diff)
paredit-RET, paredit-C-j: Cite paredit-newline in docstring.
-rw-r--r--paredit.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/paredit.el b/paredit.el
index 60420df..bbde5a0 100644
--- a/paredit.el
+++ b/paredit.el
@@ -1024,7 +1024,7 @@ However, to mitigate the negative user experience of combining
Normally, inserts a newline, like traditional Emacs RET.
With Electric Indent Mode enabled, inserts a newline and indents
the new line, as well as any subexpressions of it on subsequent
- lines."
+ lines; see `paredit-newline' for details and examples."
(interactive)
(if (paredit-electric-indent-mode-p)
(let ((electric-indent-mode nil))
@@ -1035,7 +1035,7 @@ With Electric Indent Mode enabled, inserts a newline and indents
"Default key binding for C-j in Paredit Mode.
Normally, inserts a newline and indents
the new line, as well as any subexpressions of it on subsequent
- lines.
+ lines; see `paredit-newline' for details and examples.
With Electric Indent Mode enabled, inserts a newline, like
traditional Emacs RET."
(interactive)