diff options
author | Taylor R Campbell <campbell@mumble.net> | 2011-03-22 20:27:49 +0000 |
---|---|---|
committer | Taylor R Campbell <campbell@mumble.net> | 2011-03-22 20:27:49 +0000 |
commit | 0a7619cd1c3edd67ccb96656d3ddb06032508ce9 (patch) | |
tree | 737a56f0e4b40c8ef87d525677ebec447d6188de | |
parent | 0efc7555870949d164695d028933a81cd7fff772 (diff) |
Fix `imbalanced' -> `unbalanced' in `paredit-kill-ring-save' docstring.
Ignore-this: b888afcbabc7b807c27c4ce43dd19d39
darcs-hash:20110322202749-00fcc-d8db79b9f923d263f06e4da2a933751f3d7ecef2
-rw-r--r-- | paredit.el | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |