]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix manual typo in Special Read Syntax
authorLars Ingebrigtsen <larsi@gnus.org>
Tue, 24 Dec 2019 16:42:28 +0000 (17:42 +0100)
committerLars Ingebrigtsen <larsi@gnus.org>
Tue, 24 Dec 2019 16:42:28 +0000 (17:42 +0100)
* doc/lispref/objects.texi (Special Read Syntax): Fix typo.

doc/lispref/objects.texi

index e948814d1f76ef98923820d2ac924b280c10957b..e493210f92f9f041a52ba8bca1e6bdeb552761e7 100644 (file)
@@ -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}).