Mercurial > emacs
changeset 54480:8c72fab9eb5a
(Sorting): Add missing quote.
author | Juri Linkov <juri@jurta.org> |
---|---|
date | Mon, 22 Mar 2004 07:38:33 +0000 |
parents | 3839917a7e9e |
children | 230141e6ec9f |
files | lispref/text.texi |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lispref/text.texi Mon Mar 22 07:38:01 2004 +0000 +++ b/lispref/text.texi Mon Mar 22 07:38:33 2004 +0000 @@ -1750,7 +1750,7 @@ 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")