diff options
| author | Tim Landscheidt | 2012-03-12 23:54:37 -0700 |
|---|---|---|
| committer | Glenn Morris | 2012-03-12 23:54:37 -0700 |
| commit | 4aaa93566b7bbc3cb57e6c15b4c5bc5a140b3355 (patch) | |
| tree | 8de3fbef510fbfab52face14f3ddbf958164e804 /lisp/emulation | |
| parent | f003f29445ab02e07b6d53b322841362394b9de9 (diff) | |
| download | emacs-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.el | 2 |
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\ |
| 720 | sWith: " ) | 720 | sWith: " ) |
| 721 | (setq ws-search-string from) | 721 | (setq ws-search-string from) |
| 722 | (setq ws-search-direction t) | 722 | (setq ws-search-direction t) |