summaryrefslogtreecommitdiff
path: root/paredit.el
diff options
context:
space:
mode:
authorTaylor R Campbell <campbell@mumble.net>2011-03-22 20:27:49 +0000
committerTaylor R Campbell <campbell@mumble.net>2011-03-22 20:27:49 +0000
commit0a7619cd1c3edd67ccb96656d3ddb06032508ce9 (patch)
tree737a56f0e4b40c8ef87d525677ebec447d6188de /paredit.el
parent0efc7555870949d164695d028933a81cd7fff772 (diff)
Fix `imbalanced' -> `unbalanced' in `paredit-kill-ring-save' docstring.
Ignore-this: b888afcbabc7b807c27c4ce43dd19d39 darcs-hash:20110322202749-00fcc-d8db79b9f923d263f06e4da2a933751f3d7ecef2
Diffstat (limited to 'paredit.el')
-rw-r--r--paredit.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/paredit.el b/paredit.el
index 97b9276..d378250 100644
--- a/paredit.el
+++ b/paredit.el
@@ -1664,7 +1664,7 @@ With a numeric prefix argument N, do `kill-line' that many times."
(defun paredit-kill-ring-save (beginning end)
"Save the balanced region, but don't kill it, like `kill-ring-save'.
-If the text of the region is imbalanced, signal an error instead.
+If the text of the region is unbalanced, signal an error instead.
With a prefix argument, disregard any imbalance."
(interactive "r")
(if (not current-prefix-arg)