From 568c4463dab14e999228ce72d3b35409e2132c58 Mon Sep 17 00:00:00 2001 From: Taylor R Campbell Date: Sun, 27 Nov 2022 14:18:55 +0000 Subject: paredit-RET, paredit-C-j: Cite paredit-newline in docstring. --- paredit.el | 4 ++-- 1 file 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) -- cgit v1.2.1