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/sort.el | |
| 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/sort.el')
| -rw-r--r-- | lisp/sort.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/sort.el b/lisp/sort.el index d38e475fd39..8cfe69f9458 100644 --- a/lisp/sort.el +++ b/lisp/sort.el | |||
| @@ -423,7 +423,7 @@ For example: to sort lines in the region by the first word on each line | |||
| 423 | ;; using negative prefix arg to mean "reverse" is now inconsistent with | 423 | ;; using negative prefix arg to mean "reverse" is now inconsistent with |
| 424 | ;; other sort-.*fields functions but then again this was before, since it | 424 | ;; other sort-.*fields functions but then again this was before, since it |
| 425 | ;; didn't use the magnitude of the arg to specify anything. | 425 | ;; didn't use the magnitude of the arg to specify anything. |
| 426 | (interactive "P\nsRegexp specifying records to sort: | 426 | (interactive "P\nsRegexp specifying records to sort: \n\ |
| 427 | sRegexp specifying key within record: \nr") | 427 | sRegexp specifying key within record: \nr") |
| 428 | (cond ((or (equal key-regexp "") (equal key-regexp "\\&")) | 428 | (cond ((or (equal key-regexp "") (equal key-regexp "\\&")) |
| 429 | (setq key-regexp 0)) | 429 | (setq key-regexp 0)) |