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

    Fix docstring of `paredit-check-region-for-delete'.
    
    Ignore-this: 186d2611fcbd98479c898a8b756d01ee
    
    darcs-hash:20110411225827-00fcc-27d7a8defd057cb7640fa223e20e110e34f85db8
---
 paredit.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/paredit.el b/paredit.el
index 611c9b6..cdb7ce9 100644
--- a/paredit.el
+++ b/paredit.el
@@ -1689,7 +1689,7 @@ With a prefix argument, skip the balance check."
   (kill-region start end))
 
 (defun paredit-check-region-for-delete (start end)
-  "Signal an error deleting text between `start' and `end' is unsafe."
+  "Signal an error deleting text between START and END is unsafe."
   (save-excursion
     (goto-char start)
     (let* ((start-state (paredit-current-parse-state))

Reply via email to