]> git.eshelyaron.com Git - emacs.git/commitdiff
doc/emacs small markup fixes
authorGlenn Morris <rgm@gnu.org>
Sat, 4 Oct 2014 16:46:21 +0000 (09:46 -0700)
committerGlenn Morris <rgm@gnu.org>
Sat, 4 Oct 2014 16:46:21 +0000 (09:46 -0700)
* doc/emacs/misc.texi (Sorting):
* doc/emacs/search.texi (Query Replace): Markup fixes.

doc/emacs/ChangeLog
doc/emacs/misc.texi
doc/emacs/search.texi

index a712d26fa28489dd7c18a31d8cbf171cb7ae4f75..773e3bb51e79118b68081e9379e641422b33d7e3 100644 (file)
@@ -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):
index 09e606fe2fe4d6ebc2dc8b7844d1e22c697b18bd..9d660f16e19c53b69c15ceb39f2e12af9d51cecc 100644 (file)
@@ -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
index 64ecf165349b5a0720cee64adcfb63884e6ac281..bdfb534e1863449f44b8ad214bcb3ccfa5cd6645 100644 (file)
@@ -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.