aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2015-04-18 17:48:04 -0700
committerGlenn Morris2015-04-18 17:48:04 -0700
commitd4bbc769e86653d7d23c51bddb5018eda84308c9 (patch)
tree2906d5dec5b2ca5b85eed2e752e5fddcca2b4d95
parent2c38f1358250afa1393d08ec5cec3ade80d5ea0f (diff)
downloademacs-d4bbc769e86653d7d23c51bddb5018eda84308c9.tar.gz
emacs-d4bbc769e86653d7d23c51bddb5018eda84308c9.zip
* doc/emacs/misc.texi (Sorting): Small edit.
Fixes: debbugs:19896
-rw-r--r--doc/emacs/misc.texi7
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/emacs/misc.texi b/doc/emacs/misc.texi
index f1b3c3f2f49..20996c2a2eb 100644
--- a/doc/emacs/misc.texi
+++ b/doc/emacs/misc.texi
@@ -2119,13 +2119,14 @@ to @code{sort-numeric-base}, but numbers beginning with @samp{0x} or
2119 2119
2120@item M-x sort-columns 2120@item M-x sort-columns
2121Like @kbd{M-x sort-fields} except that the text within each line 2121Like @kbd{M-x sort-fields} except that the text within each line
2122used for comparison comes from a fixed range of columns. See below 2122used for comparison comes from a fixed range of columns. With a
2123for an explanation. 2123prefix argument, sort in reverse order. See below for more details
2124on this command.
2124 2125
2125@findex reverse-region 2126@findex reverse-region
2126@item M-x reverse-region 2127@item M-x reverse-region
2127Reverse the order of the lines in the region. This is useful for 2128Reverse the order of the lines in the region. This is useful for
2128sorting into descending order by fields or columns, since those sort 2129sorting into descending order by fields, since those sort
2129commands do not have a feature for doing that. 2130commands do not have a feature for doing that.
2130@end table 2131@end table
2131 2132