branch: elpa/paredit
commit dc60d93eb13d907035723708d62cc2d41851dbe0
Author: Taylor R Campbell <[email protected]>
Commit: Taylor R Campbell <[email protected]>
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