# HG changeset patch # User Gerd Moellmann # Date 976885259 0 # Node ID 5ca359ff87e6606522425ec924d317fa8fc75824 # Parent b1fc8bfd0f735cad4dd9873298b05b31b42a38df (sort-columns): Fix error message. diff -r b1fc8bfd0f73 -r 5ca359ff87e6 lisp/sort.el --- 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)))