summaryrefslogtreecommitdiff
path: root/paredit.el
diff options
context:
space:
mode:
authorTaylor R Campbell <campbell@mumble.net>2011-03-22 20:27:47 +0000
committerTaylor R Campbell <campbell@mumble.net>2011-03-22 20:27:47 +0000
commit0efc7555870949d164695d028933a81cd7fff772 (patch)
treeb7ee17cc831cd61a2b52440c9061bd7aa9a239bb /paredit.el
parent5e210b236e22e47aa1777e9eade76b4e05ef18c6 (diff)
Fix typo: `imbalanced' -> `unbalanced' in `paredit-mode' docstring.
Ignore-this: 413110413c3753fa63a9cb9495bf6e95 darcs-hash:20110322202747-00fcc-4de3ea37975f7dc92079b290e1fe37f53fe2e4f8
Diffstat (limited to 'paredit.el')
-rw-r--r--paredit.el6
1 files 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.