summaryrefslogtreecommitdiff
path: root/lisp/sort.el
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/sort.el
parentf003f29445ab02e07b6d53b322841362394b9de9 (diff)
downloademacs-4aaa93566b7bbc3cb57e6c15b4c5bc5a140b3355.tar.gz
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.el2
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
;; using negative prefix arg to mean "reverse" is now inconsistent with
;; other sort-.*fields functions but then again this was before, since it
;; didn't use the magnitude of the arg to specify anything.
- (interactive "P\nsRegexp specifying records to sort:
+ (interactive "P\nsRegexp specifying records to sort: \n\
sRegexp specifying key within record: \nr")
(cond ((or (equal key-regexp "") (equal key-regexp "\\&"))
(setq key-regexp 0))