summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/lispref/ChangeLog4
-rw-r--r--doc/lispref/objects.texi2
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.