summaryrefslogtreecommitdiff
path: root/lisp/emulation
diff options
context:
space:
mode:
authorTim Landscheidt <tim@tim-landscheidt.de>2012-03-12 23:54:37 -0700
committerGlenn Morris <rgm@gnu.org>2012-03-12 23:54:37 -0700
commit4aaa93566b7bbc3cb57e6c15b4c5bc5a140b3355 (patch)
tree8de3fbef510fbfab52face14f3ddbf958164e804 /lisp/emulation
parentf003f29445ab02e07b6d53b322841362394b9de9 (diff)
downloademacs-4aaa93566b7bbc3cb57e6c15b4c5bc5a140b3355.tar.gz
emacs-4aaa93566b7bbc3cb57e6c15b4c5bc5a140b3355.tar.bz2
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."
(defun ws-query-replace (from to)
"In WordStar mode: Search string, remember string for repetition."
- (interactive "sReplace:
+ (interactive "sReplace: \n\
sWith: " )
(setq ws-search-string from)
(setq ws-search-direction t)