From dbf4b5b2d00e4383d275fe18343a65c857a77206 Mon Sep 17 00:00:00 2001 From: Lars Ingebrigtsen Date: Tue, 24 Dec 2019 17:42:28 +0100 Subject: [PATCH] Fix manual typo in Special Read Syntax * doc/lispref/objects.texi (Special Read Syntax): Fix typo. --- doc/lispref/objects.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}). -- 2.39.2