From: Gerd Moellmann Date: Fri, 15 Dec 2000 13:00:59 +0000 (+0000) Subject: (sort-columns): Fix error message. X-Git-Tag: emacs-pretest-21.0.95~493 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c47e669ba8b6bb40dce5f0f72f4cc556f146dbdc;p=emacs.git (sort-columns): Fix error message. --- 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)))