From 530cb3a3f80ec7b2f295c27b8d6c5c64eb8c02f6 Mon Sep 17 00:00:00 2001 From: Lars Ingebrigtsen Date: Mon, 31 Jan 2022 17:34:03 +0100 Subject: [PATCH] Fix misplaced braces in loading.texi * doc/lispref/loading.texi (Where Defined): Fix misplaced braces. --- doc/lispref/loading.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/lispref/loading.texi b/doc/lispref/loading.texi index 6179270dd3d..f17514655da 100644 --- a/doc/lispref/loading.texi +++ b/doc/lispref/loading.texi @@ -1099,7 +1099,7 @@ files (typically, one of them is an autoload), so in order to be able to properly @emph{unload} a file, we need to know more precisely what that file did to the function definition. -@kindex{function-history} +@kindex function-history The symbol property @code{function-history} holds a list of the form @code{(@var{file1} @var{def2} @var{file2} @var{def3} ...)} where @var{file1} is the last file that changed the definition and -- 2.39.5