diff options
| author | Taylor R Campbell <campbell@mumble.net> | 2011-03-22 20:27:47 +0000 | 
|---|---|---|
| committer | Taylor R Campbell <campbell@mumble.net> | 2011-03-22 20:27:47 +0000 | 
| commit | 0efc7555870949d164695d028933a81cd7fff772 (patch) | |
| tree | b7ee17cc831cd61a2b52440c9061bd7aa9a239bb | |
| parent | 5e210b236e22e47aa1777e9eade76b4e05ef18c6 (diff) | |
Fix typo: `imbalanced' -> `unbalanced' in `paredit-mode' docstring.
Ignore-this: 413110413c3753fa63a9cb9495bf6e95
darcs-hash:20110322202747-00fcc-4de3ea37975f7dc92079b290e1fe37f53fe2e4f8
| -rw-r--r-- | paredit.el | 6 | 
1 files changed, 3 insertions, 3 deletions
| @@ -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. | 
