emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r103613: Fix non-ASCII characters in


From: Eli Zaretskii
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r103613: Fix non-ASCII characters in User and ELisp manuals.
Date: Thu, 10 Mar 2011 00:48:33 -0500
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 103613
committer: Eli Zaretskii <address@hidden>
branch nick: trunk
timestamp: Thu 2011-03-10 00:48:33 -0500
message:
  Fix non-ASCII characters in User and ELisp manuals.
  
   doc/lispref/modes.texi (Operator Precedence Grammars): Don't use characters
   outside ISO-8859-1.
   doc/emacs/search.texi (Regexp Example):
   doc/emacs/mule.texi (International Chars):
   doc/emacs/building.texi (External Lisp): Don't use characters outside
   ISO-8859-1.
modified:
  doc/emacs/ChangeLog
  doc/emacs/building.texi
  doc/emacs/mule.texi
  doc/emacs/search.texi
  doc/lispref/ChangeLog
  doc/lispref/modes.texi
=== modified file 'doc/emacs/ChangeLog'
--- a/doc/emacs/ChangeLog       2011-03-09 16:54:08 +0000
+++ b/doc/emacs/ChangeLog       2011-03-10 05:48:33 +0000
@@ -1,3 +1,10 @@
+2011-03-10  Eli Zaretskii  <address@hidden>
+
+       * search.texi (Regexp Example):
+       * mule.texi (International Chars):
+       * building.texi (External Lisp): Don't use characters outside
+       ISO-8859-1.
+
 2011-03-09  Eli Zaretskii  <address@hidden>
 
        * ack.texi (Acknowledgments): Convert to ISO-8859-1 encoding.  Use

=== modified file 'doc/emacs/building.texi'
--- a/doc/emacs/building.texi   2011-01-25 04:08:28 +0000
+++ b/doc/emacs/building.texi   2011-03-10 05:48:33 +0000
@@ -1056,7 +1056,7 @@
 Show addresses for thread frames in threads buffer.
 @end table
 
-  It’s possible to observe information for several threads
+  It's possible to observe information for several threads
 simultaneously (in addition to buffers which show information for
 currently selected thread) using the following keys from the threads
 buffer.

=== modified file 'doc/emacs/mule.texi'
--- a/doc/emacs/mule.texi       2011-03-02 08:53:23 +0000
+++ b/doc/emacs/mule.texi       2011-03-10 05:48:33 +0000
@@ -237,7 +237,7 @@
 Character code properties: customize what to show
   name: LATIN CAPITAL LETTER A WITH GRAVE
   general-category: Lu (Letter, Uppercase)
-  decomposition: (65 768) ('A' '̀')
+  decomposition: (65 768) ('A' '`')
   old-name: LATIN CAPITAL LETTER A GRAVE
 
 There are text properties here:

=== modified file 'doc/emacs/search.texi'
--- a/doc/emacs/search.texi     2011-03-06 18:24:11 +0000
+++ b/doc/emacs/search.texi     2011-03-10 05:48:33 +0000
@@ -917,13 +917,13 @@
 @node Regexp Example
 @section Regular Expression Example
 
-  Here is an example of a regexp---the regexp that Emacs uses, by
-default, to recognize the end of a sentence, not including the
-following space (i.e., the variable @code{sentence-end-base}):
+  Here is an example of a regexp---similar to the regexp that Emacs
+uses, by default, to recognize the end of a sentence, not including
+the following space (i.e., the variable @code{sentence-end-base}):
 
 @example
 @verbatim
-[.?!][]\"'””)}]*
+[.?!][]\"')}]*
 @end verbatim
 @end example
 

=== modified file 'doc/lispref/ChangeLog'
--- a/doc/lispref/ChangeLog     2011-03-09 16:54:08 +0000
+++ b/doc/lispref/ChangeLog     2011-03-10 05:48:33 +0000
@@ -1,3 +1,8 @@
+2011-03-10  Eli Zaretskii  <address@hidden>
+
+       * modes.texi (Operator Precedence Grammars): Don't use characters
+       outside ISO-8859-1.
+
 2011-03-09  Eli Zaretskii  <address@hidden>
 
        * intro.texi (Acknowledgements): Convert to ISO-8859-1 encoding.

=== modified file 'doc/lispref/modes.texi'
--- a/doc/lispref/modes.texi    2011-02-02 20:44:19 +0000
+++ b/doc/lispref/modes.texi    2011-03-10 05:48:33 +0000
@@ -3403,7 +3403,7 @@
 or right-associativity of infix operators, nesting of tokens like
 parentheses and many other cases.
 
address@hidden ¡Let's leave this undocumented to leave it more open for change!
address@hidden Let's leave this undocumented to leave it more open for change!
 @c @defvar smie-grammar
 @c The value of this variable is an alist specifying the left and right
 @c precedence of each token.  It is meant to be initialized by using one of


reply via email to

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