aboutsummaryrefslogtreecommitdiffstats
path: root/man/misc.texi
diff options
context:
space:
mode:
authorGerd Moellmann2000-01-28 12:48:41 +0000
committerGerd Moellmann2000-01-28 12:48:41 +0000
commitefd68b8a91ada03e5c42eb4e7fd778311104a1c5 (patch)
treec9a934e7827072ae53f0007225d1874d5d7c5035 /man/misc.texi
parent5d6dd9631751565b4f6037d35bd93d4c2739338b (diff)
downloademacs-efd68b8a91ada03e5c42eb4e7fd778311104a1c5.tar.gz
emacs-efd68b8a91ada03e5c42eb4e7fd778311104a1c5.zip
*** empty log message ***
Diffstat (limited to 'man/misc.texi')
-rw-r--r--man/misc.texi5
1 files changed, 4 insertions, 1 deletions
diff --git a/man/misc.texi b/man/misc.texi
index 28e035bfadd..249a2bed23d 100644
--- a/man/misc.texi
+++ b/man/misc.texi
@@ -1414,6 +1414,7 @@ record as the sort key.
1414@findex sort-pages 1414@findex sort-pages
1415@findex sort-fields 1415@findex sort-fields
1416@findex sort-numeric-fields 1416@findex sort-numeric-fields
1417@vindex sort-numeric-base
1417@table @kbd 1418@table @kbd
1418@item M-x sort-lines 1419@item M-x sort-lines
1419Divide the region into lines, and sort by comparing the entire 1420Divide the region into lines, and sort by comparing the entire
@@ -1446,7 +1447,9 @@ keep same relative order that they had in the original buffer.
1446Like @kbd{M-x sort-fields} except the specified field is converted 1447Like @kbd{M-x sort-fields} except the specified field is converted
1447to an integer for each line, and the numbers are compared. @samp{10} 1448to an integer for each line, and the numbers are compared. @samp{10}
1448comes before @samp{2} when considered as text, but after it when 1449comes before @samp{2} when considered as text, but after it when
1449considered as a number. 1450considered as a number. By default, numbers are interpreted according
1451to @code{sort-numeric-base}, but numbers beginning with @samp{0x} or
1452@samp{0} are interpreted as hexadecimal and octal, respectively.
1450 1453
1451@item M-x sort-columns 1454@item M-x sort-columns
1452Like @kbd{M-x sort-fields} except that the text within each line 1455Like @kbd{M-x sort-fields} except that the text within each line