diff lisp/sort.el @ 34601:5ca359ff87e6

(sort-columns): Fix error message.
author Gerd Moellmann <gerd@gnu.org>
date Fri, 15 Dec 2000 13:00:59 +0000
parents d38d6c74805d
children 253f761ad37b
line wrap: on
line diff
--- a/lisp/sort.el	Fri Dec 15 12:32:33 2000 +0000
+++ b/lisp/sort.el	Fri Dec 15 13:00:59 2000 +0000
@@ -486,7 +486,7 @@
       (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)))