Fix manual typo in Special Read Syntax

* doc/lispref/objects.texi (Special Read Syntax): Fix typo.
This commit is contained in:
Lars Ingebrigtsen 2019-12-24 17:42:28 +01:00
parent a9fe6dfa90
commit dbf4b5b2d0

View file

@ -160,7 +160,7 @@ Skip the next @samp{N} characters (@pxref{Comments}).
@samp{N} represented as a binary number (@samp{#b101010}). @samp{N} represented as a binary number (@samp{#b101010}).
@item #(@dots{}) @item #(@dots{})
A string text properties (@pxref{Text Props and Strings}). String text properties (@pxref{Text Props and Strings}).
@item #^ @item #^
A char table (@pxref{Char-Table Type}). A char table (@pxref{Char-Table Type}).