From: Lars Ingebrigtsen Date: Mon, 31 Jan 2022 16:34:03 +0000 (+0100) Subject: Fix misplaced braces in loading.texi X-Git-Tag: emacs-29.0.90~2618 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=530cb3a3f80ec7b2f295c27b8d6c5c64eb8c02f6;p=emacs.git Fix misplaced braces in loading.texi * doc/lispref/loading.texi (Where Defined): Fix misplaced braces. --- 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