diff options
| author | Lars Ingebrigtsen | 2019-12-24 17:42:28 +0100 |
|---|---|---|
| committer | Lars Ingebrigtsen | 2019-12-24 17:42:28 +0100 |
| commit | dbf4b5b2d00e4383d275fe18343a65c857a77206 (patch) | |
| tree | 0204877df4864a8ce60c6e5870bfbe8d095b97e7 | |
| parent | a9fe6dfa90c780d9dcebae6312ab623ad7e5a2bd (diff) | |
| download | emacs-dbf4b5b2d00e4383d275fe18343a65c857a77206.tar.gz emacs-dbf4b5b2d00e4383d275fe18343a65c857a77206.zip | |
Fix manual typo in Special Read Syntax
* doc/lispref/objects.texi (Special Read Syntax): Fix typo.
| -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 e948814d1f7..e493210f92f 100644 --- a/doc/lispref/objects.texi +++ b/doc/lispref/objects.texi | |||
| @@ -160,7 +160,7 @@ Skip the next @samp{N} characters (@pxref{Comments}). | |||
| 160 | @samp{N} represented as a binary number (@samp{#b101010}). | 160 | @samp{N} represented as a binary number (@samp{#b101010}). |
| 161 | 161 | ||
| 162 | @item #(@dots{}) | 162 | @item #(@dots{}) |
| 163 | A string text properties (@pxref{Text Props and Strings}). | 163 | String text properties (@pxref{Text Props and Strings}). |
| 164 | 164 | ||
| 165 | @item #^ | 165 | @item #^ |
| 166 | A char table (@pxref{Char-Table Type}). | 166 | A char table (@pxref{Char-Table Type}). |