branch: elpa/paredit
commit 0efc7555870949d164695d028933a81cd7fff772
Author: Taylor R Campbell <[email protected]>
Commit: Taylor R Campbell <[email protected]>
Fix typo: `imbalanced' -> `unbalanced' in `paredit-mode' docstring.
Ignore-this: 413110413c3753fa63a9cb9495bf6e95
darcs-hash:20110322202747-00fcc-4de3ea37975f7dc92079b290e1fe37f53fe2e4f8
---
paredit.el | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/paredit.el b/paredit.el
index bb0f544..97b9276 100644
--- a/paredit.el
+++ b/paredit.el
@@ -218,10 +218,10 @@ Signal an error if no clause matches."
(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 behaves badly if parentheses are imbalanced, so exercise
+ unbalanced parentheses in the buffer.
+Paredit behaves badly if parentheses are unbalanced, so exercise
caution when forcing Paredit Mode to be enabled, and consider
- fixing imbalanced parentheses instead.
+ fixing unbalanced parentheses instead.
\\<paredit-mode-map>"
:lighter " Paredit"
;; Setting `paredit-mode' to false here aborts enabling Paredit Mode.