diff options
| author | Richard M. Stallman | 2001-08-25 02:01:24 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2001-08-25 02:01:24 +0000 |
| commit | 4f790472300ec6aad6d0d46306ee75e77fd7486f (patch) | |
| tree | 02e9da0a91857acf47cbaaa7ae09916200b8bd25 | |
| parent | 92e732c4b68e408c532c18c806c4fa56c20f61c8 (diff) | |
| download | emacs-4f790472300ec6aad6d0d46306ee75e77fd7486f.tar.gz emacs-4f790472300ec6aad6d0d46306ee75e77fd7486f.zip | |
Fix typo.
| -rw-r--r-- | lispref/sequences.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lispref/sequences.texi b/lispref/sequences.texi index f6869f1da8c..813d606c30b 100644 --- a/lispref/sequences.texi +++ b/lispref/sequences.texi | |||
| @@ -539,7 +539,7 @@ integer between 0 and 10. This integer specifies the number of | |||
| 539 | @dfn{extra slots} in the char-table. | 539 | @dfn{extra slots} in the char-table. |
| 540 | 540 | ||
| 541 | @cindex parent of char-table | 541 | @cindex parent of char-table |
| 542 | A char-table can have a @dfn{parent}. which is another char-table. If | 542 | A char-table can have a @dfn{parent}, which is another char-table. If |
| 543 | it does, then whenever the char-table specifies @code{nil} for a | 543 | it does, then whenever the char-table specifies @code{nil} for a |
| 544 | particular character @var{c}, it inherits the value specified in the | 544 | particular character @var{c}, it inherits the value specified in the |
| 545 | parent. In other words, @code{(aref @var{char-table} @var{c})} returns | 545 | parent. In other words, @code{(aref @var{char-table} @var{c})} returns |