aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2012-04-10 00:34:53 -0700
committerGlenn Morris2012-04-10 00:34:53 -0700
commit9fce7edaffd9545ae7f8cc1f89fd739df99cdd4a (patch)
tree54cbd336b8d0a9af026c80ff03b6cec82204bcce
parent4a427f588310fd45e29fd33eb512234a583db0bd (diff)
downloademacs-9fce7edaffd9545ae7f8cc1f89fd739df99cdd4a.tar.gz
emacs-9fce7edaffd9545ae7f8cc1f89fd739df99cdd4a.zip
doc/lispref markup fixes
* strings.texi (Case Tables): * objects.texi (General Escape Syntax): * keymaps.texi (Key Sequences): Use @acronym with "ASCII".
-rw-r--r--doc/lispref/ChangeLog4
-rw-r--r--doc/lispref/keymaps.texi2
-rw-r--r--doc/lispref/objects.texi2
-rw-r--r--doc/lispref/strings.texi2
4 files changed, 7 insertions, 3 deletions
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog
index 256bbf6d20b..a496c5dcdd7 100644
--- a/doc/lispref/ChangeLog
+++ b/doc/lispref/ChangeLog
@@ -1,5 +1,9 @@
12012-04-10 Glenn Morris <rgm@gnu.org> 12012-04-10 Glenn Morris <rgm@gnu.org>
2 2
3 * strings.texi (Case Tables):
4 * objects.texi (General Escape Syntax):
5 * keymaps.texi (Key Sequences): Use @acronym with "ASCII".
6
3 * buffers.texi, compile.texi, customize.texi, debugging.texi: 7 * buffers.texi, compile.texi, customize.texi, debugging.texi:
4 * display.texi, edebug.texi, eval.texi, help.texi, intro.texi: 8 * display.texi, edebug.texi, eval.texi, help.texi, intro.texi:
5 * keymaps.texi, minibuf.texi, modes.texi, os.texi, processes.texi: 9 * keymaps.texi, minibuf.texi, modes.texi, os.texi, processes.texi:
diff --git a/doc/lispref/keymaps.texi b/doc/lispref/keymaps.texi
index 000bb2cbb08..65666217e16 100644
--- a/doc/lispref/keymaps.texi
+++ b/doc/lispref/keymaps.texi
@@ -64,7 +64,7 @@ constituent events; thus, @code{"\C-xl"} represents the key sequence
64@kbd{C-x l}. 64@kbd{C-x l}.
65 65
66 Key sequences containing function keys, mouse button events, or 66 Key sequences containing function keys, mouse button events, or
67non-ASCII characters such as @kbd{C-=} or @kbd{H-a} cannot be 67non-@acronym{ASCII} characters such as @kbd{C-=} or @kbd{H-a} cannot be
68represented as strings; they have to be represented as vectors. 68represented as strings; they have to be represented as vectors.
69 69
70 In the vector representation, each element of the vector represents 70 In the vector representation, each element of the vector represents
diff --git a/doc/lispref/objects.texi b/doc/lispref/objects.texi
index ba4803c73f2..7901f27c4f5 100644
--- a/doc/lispref/objects.texi
+++ b/doc/lispref/objects.texi
@@ -352,7 +352,7 @@ following text.)
352 352
353 In addition to the specific escape sequences for special important 353 In addition to the specific escape sequences for special important
354control characters, Emacs provides several types of escape syntax that 354control characters, Emacs provides several types of escape syntax that
355you can use to specify non-ASCII text characters. 355you can use to specify non-@acronym{ASCII} text characters.
356 356
357@cindex unicode character escape 357@cindex unicode character escape
358 You can specify characters by their Unicode values. 358 You can specify characters by their Unicode values.
diff --git a/doc/lispref/strings.texi b/doc/lispref/strings.texi
index 7813283ade5..3b8c62af313 100644
--- a/doc/lispref/strings.texi
+++ b/doc/lispref/strings.texi
@@ -1117,7 +1117,7 @@ Exits}).
1117@acronym{ASCII} characters; for example, in the Turkish language 1117@acronym{ASCII} characters; for example, in the Turkish language
1118environment, the @acronym{ASCII} character @samp{I} is downcased into 1118environment, the @acronym{ASCII} character @samp{I} is downcased into
1119a Turkish ``dotless i''. This can interfere with code that requires 1119a Turkish ``dotless i''. This can interfere with code that requires
1120ordinary ASCII case conversion, such as implementations of 1120ordinary @acronym{ASCII} case conversion, such as implementations of
1121@acronym{ASCII}-based network protocols. In that case, use the 1121@acronym{ASCII}-based network protocols. In that case, use the
1122@code{with-case-table} macro with the variable @var{ascii-case-table}, 1122@code{with-case-table} macro with the variable @var{ascii-case-table},
1123which stores the unmodified case table for the @acronym{ASCII} 1123which stores the unmodified case table for the @acronym{ASCII}