changeset 34601:5ca359ff87e6

(sort-columns): Fix error message.
author Gerd Moellmann <gerd@gnu.org>
date Fri, 15 Dec 2000 13:00:59 +0000
parents b1fc8bfd0f73
children d5285e74768f
files lisp/sort.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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)))