From: Lars Ingebrigtsen Date: Tue, 24 Dec 2019 16:42:28 +0000 (+0100) Subject: Fix manual typo in Special Read Syntax X-Git-Tag: emacs-27.0.90~292 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=dbf4b5b2d00e4383d275fe18343a65c857a77206;p=emacs.git Fix manual typo in Special Read Syntax * doc/lispref/objects.texi (Special Read Syntax): Fix typo. --- 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}). @samp{N} represented as a binary number (@samp{#b101010}). @item #(@dots{}) -A string text properties (@pxref{Text Props and Strings}). +String text properties (@pxref{Text Props and Strings}). @item #^ A char table (@pxref{Char-Table Type}).