Reword comment.
authorJuanma Barranquero <lekktu@gmail.com>
Fri, 3 Nov 2006 15:43:58 +0000 (15:43 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Fri, 3 Nov 2006 15:43:58 +0000 (15:43 +0000)
lisp/sort.el

index 10426fa..798d2da 100644 (file)
@@ -505,10 +505,8 @@ Use \\[untabify] to convert tabs to spaces before sorting."
          ;; Use the sort utility if we can; it is 4 times as fast.
          ;; Do not use it if there are any non-font-lock properties
          ;; in the region, since the sort utility would lose the
-         ;; properties.
-         ;; Set the field separator to tab to have the same effect as 
-         ;; sort-columns which makes sure there are no tabs in the region
-         ;; worked.
+         ;; properties.  Tabs are used as field separator; on NetBSD,
+         ;; sort complains if "\n" is used as field separator.
          (let ((sort-args (list (if reverse "-rt\t" "-t\t")
                                 (format "-k1.%d,1.%d"
                                         (1+ col-start)