branch: elpa/paredit
commit 0a7619cd1c3edd67ccb96656d3ddb06032508ce9
Author: Taylor R Campbell <[email protected]>
Commit: Taylor R Campbell <[email protected]>

    Fix `imbalanced' -> `unbalanced' in `paredit-kill-ring-save' docstring.
    
    Ignore-this: b888afcbabc7b807c27c4ce43dd19d39
    
    darcs-hash:20110322202749-00fcc-d8db79b9f923d263f06e4da2a933751f3d7ecef2
---
 paredit.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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)

Reply via email to