diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2009-01-04 19:44:58 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2009-01-04 19:44:58 +0000 |
commit | 49ea00743de4ee63ac920d963bd995ed2403de89 (patch) | |
tree | eba2f07a5219cad81b2df74f5ce5307b4f5cceec /doc | |
parent | a97af989ec26b8ad6b47c57fb2b11317675a6b1a (diff) | |
download | emacs-49ea00743de4ee63ac920d963bd995ed2403de89.tar.gz |
* objects.texi (General Escape Syntax): Fix typo.
Diffstat (limited to 'doc')
-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 @@ +2009-01-04 Eduard Wiebe <usenet@pusto.de> (tiny patch) + + * objects.texi (General Escape Syntax): Fix typo. + 2009-01-03 Martin Rudalics <rudalics@gmx.at> * 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.) @node General Escape Syntax @subsubsection General Escape Syntax - In addition to the specific excape sequences for special important + In addition to the specific escape sequences for special important control characters, Emacs provides general categories of escape syntax that you can use to specify non-ASCII text characters. |