diff options
| author | Chong Yidong | 2012-11-04 00:54:11 +0800 |
|---|---|---|
| committer | Chong Yidong | 2012-11-04 00:54:11 +0800 |
| commit | 77f6eafecaee05fcd62b03f7c7d01961bcd31ec8 (patch) | |
| tree | eb35df09c1fbaa301ce1211d24bd408d9baadab2 | |
| parent | 858f0f24b1433dcda709a33e932775e3aa96a786 (diff) | |
| download | emacs-77f6eafecaee05fcd62b03f7c7d01961bcd31ec8.tar.gz emacs-77f6eafecaee05fcd62b03f7c7d01961bcd31ec8.zip | |
* lispref/objects.texi: Fix last change.
| -rw-r--r-- | doc/lispref/objects.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lispref/objects.texi b/doc/lispref/objects.texi index 2507b0540eb..6933ffe492a 100644 --- a/doc/lispref/objects.texi +++ b/doc/lispref/objects.texi | |||
| @@ -1061,7 +1061,7 @@ string. That is to say, it assumes that all non-@acronym{ASCII} | |||
| 1061 | characters occurring in the string are 8-bit raw bytes. | 1061 | characters occurring in the string are 8-bit raw bytes. |
| 1062 | 1062 | ||
| 1063 | In hexadecimal and octal escape sequences, the escaped character | 1063 | In hexadecimal and octal escape sequences, the escaped character |
| 1064 | code may contain any number of digits, so the first subsequent | 1064 | code may contain a variable number of digits, so the first subsequent |
| 1065 | character which is not a valid hexadecimal or octal digit terminates | 1065 | character which is not a valid hexadecimal or octal digit terminates |
| 1066 | the escape sequence. If the next character in a string could be | 1066 | the escape sequence. If the next character in a string could be |
| 1067 | interpreted as a hexadecimal or octal digit, write @w{@samp{\ }} | 1067 | interpreted as a hexadecimal or octal digit, write @w{@samp{\ }} |