From c47e669ba8b6bb40dce5f0f72f4cc556f146dbdc Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Fri, 15 Dec 2000 13:00:59 +0000 Subject: [PATCH] (sort-columns): Fix error message. --- lisp/sort.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/sort.el b/lisp/sort.el index 57a3643c4da..33f523c9533 100644 --- a/lisp/sort.el +++ b/lisp/sort.el @@ -486,7 +486,7 @@ Use \\[untabify] to convert tabs to spaces before sorting." (setq col-start (min col-beg1 col-end1)) (setq col-end (max col-beg1 col-end1)) (if (search-backward "\t" beg1 t) - (error "sort-columns does not work with tabs. Use M-x untabify")) + (error "sort-columns does not work with tabs -- use M-x untabify")) (if (not (or (eq system-type 'vax-vms) (text-properties-at beg1) (< (next-property-change beg1 nil end1) end1))) -- 2.39.2