diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2012-12-22 08:25:40 -0800 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2012-12-22 08:25:40 -0800 |
commit | f99f164170af8b7ee84bb229da6ec17b1df7c7bd (patch) | |
tree | 46c1c5edd4fab11f4cafc4d9200d1a125b941060 /doc/lispref/commands.texi | |
parent | f109a67ecb16c7698539b4fd92c113257e282d53 (diff) | |
download | emacs-f99f164170af8b7ee84bb229da6ec17b1df7c7bd.tar.gz |
Hyphen and dash fixes in texinfo files.
Diffstat (limited to 'doc/lispref/commands.texi')
-rw-r--r-- | doc/lispref/commands.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lispref/commands.texi b/doc/lispref/commands.texi index f3b216e9353..10007c8a9ce 100644 --- a/doc/lispref/commands.texi +++ b/doc/lispref/commands.texi @@ -2660,7 +2660,7 @@ The command @code{quoted-insert} uses this function. @cindex control characters, reading @cindex nonprinting characters, reading This function is like @code{read-char}, except that if the first -character read is an octal digit (0-7), it reads any number of octal +character read is an octal digit (0--7), it reads any number of octal digits (but stopping if a non-octal digit is found), and returns the character represented by that numeric character code. If the character that terminates the sequence of octal digits is @key{RET}, |