summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2014-10-04 09:46:21 -0700
committerGlenn Morris <rgm@gnu.org>2014-10-04 09:46:21 -0700
commit12c9762ee62aa53bccf778856018f91dc5ee5836 (patch)
tree5189411bb000bd0d6b22ee66cf755295e1e142a6
parent9352c1465fc4c32e04e763b4bf70e24292f06eed (diff)
downloademacs-12c9762ee62aa53bccf778856018f91dc5ee5836.tar.gz
doc/emacs small markup fixes
* doc/emacs/misc.texi (Sorting): * doc/emacs/search.texi (Query Replace): Markup fixes.
-rw-r--r--doc/emacs/ChangeLog3
-rw-r--r--doc/emacs/misc.texi6
-rw-r--r--doc/emacs/search.texi2
3 files changed, 7 insertions, 4 deletions
diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog
index a712d26fa28..773e3bb51e7 100644
--- a/doc/emacs/ChangeLog
+++ b/doc/emacs/ChangeLog
@@ -1,5 +1,8 @@
2014-10-04 Glenn Morris <rgm@gnu.org>
+ * misc.texi (Sorting):
+ * search.texi (Query Replace): Markup fixes.
+
* cmdargs.texi (Misc X):
* display.texi (Optional Mode Line):
* misc.texi (emacsclient Options):
diff --git a/doc/emacs/misc.texi b/doc/emacs/misc.texi
index 09e606fe2fe..9d660f16e19 100644
--- a/doc/emacs/misc.texi
+++ b/doc/emacs/misc.texi
@@ -1935,9 +1935,9 @@ They divide the text of the region into many @dfn{sort records},
identify a @dfn{sort key} for each record, and then reorder the records
into the order determined by the sort keys. The records are ordered so
that their keys are in alphabetical order, or, for numeric sorting, in
-numeric order. In alphabetic sorting, all upper-case letters `A' through
-`Z' come before lower-case `a', in accord with the @acronym{ASCII} character
-sequence.
+numeric order. In alphabetic sorting, all upper-case letters @samp{A}
+through @samp{Z} come before lower-case @samp{a}, in accordance with the
+@acronym{ASCII} character sequence.
The various sort commands differ in how they divide the text into sort
records and in which part of each record is used as the sort key. Most of
diff --git a/doc/emacs/search.texi b/doc/emacs/search.texi
index 64ecf165349..bdfb534e186 100644
--- a/doc/emacs/search.texi
+++ b/doc/emacs/search.texi
@@ -1337,7 +1337,7 @@ to replace all remaining occurrences without asking again.
@item Y @r{(Upper-case)}
to replace all remaining occurrences in all remaining buffers in
-multi-buffer replacements (like the Dired `Q' command which performs
+multi-buffer replacements (like the Dired @key{Q} command that performs
query replace on selected files). It answers this question and all
subsequent questions in the series with "yes", without further
user interaction.