From 4ba880e53bd8cbf31fde8ef37b6290a33d8f6e71 Mon Sep 17 00:00:00 2001 From: Lars Ingebrigtsen Date: Thu, 21 Nov 2019 14:58:45 +0100 Subject: [PATCH] Fix up previous #' documentation addition * doc/lispref/objects.texi (Special Read Syntax): Add an xref for the #' (bug#38278). --- 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 716d7c920b0..2a2a476e9a1 100644 --- a/doc/lispref/objects.texi +++ b/doc/lispref/objects.texi @@ -126,7 +126,7 @@ empty string (@pxref{Symbol Type}). @item #' Expands to @code{function} and is commonly used to quote function symbols (as opposed to @samp{'} which is used to quote non-function -symbols). +symbols (@pxref{Anonymous Functions})). @item #: The printed representation of an uninterned symbol whose name is -- 2.39.5