From 12c9762ee62aa53bccf778856018f91dc5ee5836 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Sat, 4 Oct 2014 09:46:21 -0700 Subject: doc/emacs small markup fixes * doc/emacs/misc.texi (Sorting): * doc/emacs/search.texi (Query Replace): Markup fixes. --- doc/emacs/ChangeLog | 3 +++ doc/emacs/misc.texi | 6 +++--- doc/emacs/search.texi | 2 +- 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 + * 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. -- cgit v1.2.3