diff options
author | Taylor R Campbell <campbell@mumble.net> | 2011-04-11 22:58:27 +0000 |
---|---|---|
committer | Taylor R Campbell <campbell@mumble.net> | 2011-04-11 22:58:27 +0000 |
commit | 2e61740e43b546e9dbd6b494eae2464b782843c9 (patch) | |
tree | ff21adcab96f3f02ae07e3633154c2a511a9767d | |
parent | d1b562b9c81c5582f943e2a8958fb96f9820f420 (diff) |
Fix docstring of `paredit-check-region-for-delete'.
Ignore-this: 186d2611fcbd98479c898a8b756d01ee
darcs-hash:20110411225827-00fcc-27d7a8defd057cb7640fa223e20e110e34f85db8
-rw-r--r-- | paredit.el | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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)) |