emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/emacs-24 r107801: doc/lispref markup fixes


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/emacs-24 r107801: doc/lispref markup fixes
Date: Tue, 10 Apr 2012 00:34:53 -0700
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 107801
committer: Glenn Morris <address@hidden>
branch nick: emacs-24
timestamp: Tue 2012-04-10 00:34:53 -0700
message:
  doc/lispref markup fixes
  
  * strings.texi (Case Tables):
  * objects.texi (General Escape Syntax):
  * keymaps.texi (Key Sequences): Use @acronym with "ASCII".
modified:
  doc/lispref/ChangeLog
  doc/lispref/keymaps.texi
  doc/lispref/objects.texi
  doc/lispref/strings.texi
=== modified file 'doc/lispref/ChangeLog'
--- a/doc/lispref/ChangeLog     2012-04-10 07:11:23 +0000
+++ b/doc/lispref/ChangeLog     2012-04-10 07:34:53 +0000
@@ -1,5 +1,9 @@
 2012-04-10  Glenn Morris  <address@hidden>
 
+       * 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:

=== modified file 'doc/lispref/keymaps.texi'
--- a/doc/lispref/keymaps.texi  2012-04-10 07:11:23 +0000
+++ b/doc/lispref/keymaps.texi  2012-04-10 07:34:53 +0000
@@ -64,7 +64,7 @@
 @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
address@hidden 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

=== modified file 'doc/lispref/objects.texi'
--- a/doc/lispref/objects.texi  2012-02-25 04:03:43 +0000
+++ b/doc/lispref/objects.texi  2012-04-10 07:34:53 +0000
@@ -352,7 +352,7 @@
 
   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 address@hidden text characters.
 
 @cindex unicode character escape
   You can specify characters by their Unicode values.

=== modified file 'doc/lispref/strings.texi'
--- a/doc/lispref/strings.texi  2012-03-22 06:21:28 +0000
+++ b/doc/lispref/strings.texi  2012-04-10 07:34:53 +0000
@@ -1117,7 +1117,7 @@
 @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}


reply via email to

[Prev in Thread] Current Thread [Next in Thread]