diff options
| -rw-r--r-- | doc/lispref/ChangeLog | 4 | ||||
| -rw-r--r-- | doc/lispref/objects.texi | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index be8814689bd..e04e69720b9 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2009-01-04 Eduard Wiebe <usenet@pusto.de> (tiny patch) | ||
| 2 | |||
| 3 | * objects.texi (General Escape Syntax): Fix typo. | ||
| 4 | |||
| 1 | 2009-01-03 Martin Rudalics <rudalics@gmx.at> | 5 | 2009-01-03 Martin Rudalics <rudalics@gmx.at> |
| 2 | 6 | ||
| 3 | * windows.texi (Choosing Window): Say that pop-up-frame-alist | 7 | * windows.texi (Choosing Window): Say that pop-up-frame-alist |
diff --git a/doc/lispref/objects.texi b/doc/lispref/objects.texi index d4f1a3a6aad..87a71b1a653 100644 --- a/doc/lispref/objects.texi +++ b/doc/lispref/objects.texi | |||
| @@ -345,7 +345,7 @@ following text.) | |||
| 345 | @node General Escape Syntax | 345 | @node General Escape Syntax |
| 346 | @subsubsection General Escape Syntax | 346 | @subsubsection General Escape Syntax |
| 347 | 347 | ||
| 348 | In addition to the specific excape sequences for special important | 348 | In addition to the specific escape sequences for special important |
| 349 | control characters, Emacs provides general categories of escape syntax | 349 | control characters, Emacs provides general categories of escape syntax |
| 350 | that you can use to specify non-ASCII text characters. | 350 | that you can use to specify non-ASCII text characters. |
| 351 | 351 | ||