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

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

[nongnu] elpa/paredit dc60d93 029/224: Document the effect of a prefix a


From: ELPA Syncer
Subject: [nongnu] elpa/paredit dc60d93 029/224: Document the effect of a prefix argument to the `paredit-mode' command.
Date: Sat, 7 Aug 2021 09:22:12 -0400 (EDT)

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

    Document the effect of a prefix argument to the `paredit-mode' command.
    
    darcs-hash:20090225062207-00fcc-d4951e8d277aceaac49113a9d36185e99dc22e2e
---
 paredit.el | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/paredit.el b/paredit.el
index dc084dc..f979641 100644
--- a/paredit.el
+++ b/paredit.el
@@ -239,6 +239,8 @@ Signal an error if no clause matches."
 ;;;###autoload
 (define-minor-mode paredit-mode
   "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-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]