aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/emulation
diff options
context:
space:
mode:
authorTim Landscheidt2012-03-12 23:54:37 -0700
committerGlenn Morris2012-03-12 23:54:37 -0700
commit4aaa93566b7bbc3cb57e6c15b4c5bc5a140b3355 (patch)
tree8de3fbef510fbfab52face14f3ddbf958164e804 /lisp/emulation
parentf003f29445ab02e07b6d53b322841362394b9de9 (diff)
downloademacs-4aaa93566b7bbc3cb57e6c15b4c5bc5a140b3355.tar.gz
emacs-4aaa93566b7bbc3cb57e6c15b4c5bc5a140b3355.zip
Fix some missing trailing whitespace (tiny change)
* lisp/calendar/icalendar.el (icalendar-export-file, icalendar-import-file): * lisp/emulation/ws-mode.el (ws-query-replace): * lisp/sort.el (sort-regexp-fields): Fix missing trailing whitespace in interactive prompts. Fixes: debbugs:11002
Diffstat (limited to 'lisp/emulation')
-rw-r--r--lisp/emulation/ws-mode.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emulation/ws-mode.el b/lisp/emulation/ws-mode.el
index aa8d647ec11..0c7be145751 100644
--- a/lisp/emulation/ws-mode.el
+++ b/lisp/emulation/ws-mode.el
@@ -716,7 +716,7 @@ This will only work for errors raised by WordStar mode functions."
716 716
717(defun ws-query-replace (from to) 717(defun ws-query-replace (from to)
718 "In WordStar mode: Search string, remember string for repetition." 718 "In WordStar mode: Search string, remember string for repetition."
719 (interactive "sReplace: 719 (interactive "sReplace: \n\
720sWith: " ) 720sWith: " )
721 (setq ws-search-string from) 721 (setq ws-search-string from)
722 (setq ws-search-direction t) 722 (setq ws-search-direction t)