diff options
| author | Eli Zaretskii | 2011-03-10 00:48:33 -0500 |
|---|---|---|
| committer | Eli Zaretskii | 2011-03-10 00:48:33 -0500 |
| commit | 62d94509e2c148bf5ebc62e9c83b89b9f0d9df7a (patch) | |
| tree | d048bebf884649efb1cf2e9272beefb93c72694f /doc/lispref | |
| parent | 5772caab78b85b6ae1215fbc5d63cbb4571bcf28 (diff) | |
| download | emacs-62d94509e2c148bf5ebc62e9c83b89b9f0d9df7a.tar.gz emacs-62d94509e2c148bf5ebc62e9c83b89b9f0d9df7a.zip | |
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.
Diffstat (limited to 'doc/lispref')
| -rw-r--r-- | doc/lispref/ChangeLog | 5 | ||||
| -rw-r--r-- | doc/lispref/modes.texi | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index fb99bee7aee..a0498bf46c2 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2011-03-10 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * modes.texi (Operator Precedence Grammars): Don't use characters | ||
| 4 | outside ISO-8859-1. | ||
| 5 | |||
| 1 | 2011-03-09 Eli Zaretskii <eliz@gnu.org> | 6 | 2011-03-09 Eli Zaretskii <eliz@gnu.org> |
| 2 | 7 | ||
| 3 | * intro.texi (Acknowledgements): Convert to ISO-8859-1 encoding. | 8 | * intro.texi (Acknowledgements): Convert to ISO-8859-1 encoding. |
diff --git a/doc/lispref/modes.texi b/doc/lispref/modes.texi index f238f38462f..f0a8985fa75 100644 --- a/doc/lispref/modes.texi +++ b/doc/lispref/modes.texi | |||
| @@ -3403,7 +3403,7 @@ Such pairs of precedences are sufficient to express left-associativity | |||
| 3403 | or right-associativity of infix operators, nesting of tokens like | 3403 | or right-associativity of infix operators, nesting of tokens like |
| 3404 | parentheses and many other cases. | 3404 | parentheses and many other cases. |
| 3405 | 3405 | ||
| 3406 | @c ยกLet's leave this undocumented to leave it more open for change! | 3406 | @c Let's leave this undocumented to leave it more open for change! |
| 3407 | @c @defvar smie-grammar | 3407 | @c @defvar smie-grammar |
| 3408 | @c The value of this variable is an alist specifying the left and right | 3408 | @c The value of this variable is an alist specifying the left and right |
| 3409 | @c precedence of each token. It is meant to be initialized by using one of | 3409 | @c precedence of each token. It is meant to be initialized by using one of |