emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/paredit 190797e 030/224: Add warning to documentation of p


From: ELPA Syncer
Subject: [nongnu] elpa/paredit 190797e 030/224: Add warning to documentation of prefix arguments to `paredit-mode'.
Date: Sat, 7 Aug 2021 09:22:12 -0400 (EDT)

branch: elpa/paredit
commit 190797e95d53752a6667e25c90f725173bdcfcfd
Author: Taylor R Campbell <campbell@mumble.net>
Commit: Taylor R Campbell <campbell@mumble.net>

    Add warning to documentation of prefix arguments to `paredit-mode'.
    
    darcs-hash:20090225063131-00fcc-28d66a1504d6b697f6ba40c44326aeb8d9546eea
---
 paredit.el | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/paredit.el b/paredit.el
index f979641..abc43e0 100644
--- a/paredit.el
+++ b/paredit.el
@@ -241,6 +241,9 @@ Signal an error if no clause matches."
   "Minor mode for pseudo-structurally editing Lisp code.
 With a prefix argument, enable Paredit Mode even if there are
   imbalanced parentheses in the buffer.
+Paredit behaves badly if parentheses are imbalanced, so exercise
+  caution when forcing Paredit Mode to be enabled, and consider
+  fixing imbalanced parentheses instead.
 \\<paredit-mode-map>"
   :lighter " Paredit"
   ;; If we're enabling paredit-mode, the prefix to this code that



reply via email to

[Prev in Thread] Current Thread [Next in Thread]