]> git.eshelyaron.com Git - emacs.git/commitdiff
doc/lispref markup fixes
authorGlenn Morris <rgm@gnu.org>
Tue, 10 Apr 2012 07:34:53 +0000 (00:34 -0700)
committerGlenn Morris <rgm@gnu.org>
Tue, 10 Apr 2012 07:34:53 +0000 (00:34 -0700)
* strings.texi (Case Tables):
* objects.texi (General Escape Syntax):
* keymaps.texi (Key Sequences): Use @acronym with "ASCII".

doc/lispref/ChangeLog
doc/lispref/keymaps.texi
doc/lispref/objects.texi
doc/lispref/strings.texi

index 256bbf6d20bc5dcb91e259e399cc845e332a2357..a496c5dcdd7ae45a5118254bf628ce0a6d094280 100644 (file)
@@ -1,5 +1,9 @@
 2012-04-10  Glenn Morris  <rgm@gnu.org>
 
+       * strings.texi (Case Tables):
+       * objects.texi (General Escape Syntax):
+       * keymaps.texi (Key Sequences): Use @acronym with "ASCII".
+
        * buffers.texi, compile.texi, customize.texi, debugging.texi:
        * display.texi, edebug.texi, eval.texi, help.texi, intro.texi:
        * keymaps.texi, minibuf.texi, modes.texi, os.texi, processes.texi:
index 000bb2cbb0807709f50b82d4341a5d02d583ac63..65666217e168891d9e771c08981109d016d635c5 100644 (file)
@@ -64,7 +64,7 @@ constituent events; thus, @code{"\C-xl"} represents the key sequence
 @kbd{C-x l}.
 
   Key sequences containing function keys, mouse button events, or
-non-ASCII characters such as @kbd{C-=} or @kbd{H-a} cannot be
+non-@acronym{ASCII} characters such as @kbd{C-=} or @kbd{H-a} cannot be
 represented as strings; they have to be represented as vectors.
 
   In the vector representation, each element of the vector represents
index ba4803c73f26d96b007f1e68600a1ed4c28afc4e..7901f27c4f5b57dacabc3f2a254161aa2bfe1e6c 100644 (file)
@@ -352,7 +352,7 @@ following text.)
 
   In addition to the specific escape sequences for special important
 control characters, Emacs provides several types of escape syntax that
-you can use to specify non-ASCII text characters.
+you can use to specify non-@acronym{ASCII} text characters.
 
 @cindex unicode character escape
   You can specify characters by their Unicode values.
index 7813283ade5e3eeeadd2fec69af0f0b3ac313f0d..3b8c62af3134bbd41db36073c5c4f7688097fe8f 100644 (file)
@@ -1117,7 +1117,7 @@ Exits}).
 @acronym{ASCII} characters; for example, in the Turkish language
 environment, the @acronym{ASCII} character @samp{I} is downcased into
 a Turkish ``dotless i''.  This can interfere with code that requires
-ordinary ASCII case conversion, such as implementations of
+ordinary @acronym{ASCII} case conversion, such as implementations of
 @acronym{ASCII}-based network protocols.  In that case, use the
 @code{with-case-table} macro with the variable @var{ascii-case-table},
 which stores the unmodified case table for the @acronym{ASCII}