summaryrefslogtreecommitdiff
path: root/lispref/text.texi
diff options
context:
space:
mode:
authorJuri Linkov <juri@jurta.org>2004-03-22 07:38:33 +0000
committerJuri Linkov <juri@jurta.org>2004-03-22 07:38:33 +0000
commit690146de6d26cbe29ea351748d485cf6da7bfa73 (patch)
tree90855f5f05285ce15bb56c35d674f8a358efdd41 /lispref/text.texi
parent9f81cdcebf21d053e07162f2f4e2d215fb41db38 (diff)
downloademacs-690146de6d26cbe29ea351748d485cf6da7bfa73.tar.gz
(Sorting): Add missing quote.
Diffstat (limited to 'lispref/text.texi')
-rw-r--r--lispref/text.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/lispref/text.texi b/lispref/text.texi
index 413c10e29c1..bb57da746bf 100644
--- a/lispref/text.texi
+++ b/lispref/text.texi
@@ -1750,7 +1750,7 @@ REVERSE (non-nil means reverse order),\
BEG and END (region to sort).
The variable `sort-fold-case' determines\
whether alphabetic case affects
-the sort order.
+the sort order."
@end group
@group
(interactive "P\nr")