]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix misplaced braces in loading.texi
authorLars Ingebrigtsen <larsi@gnus.org>
Mon, 31 Jan 2022 16:34:03 +0000 (17:34 +0100)
committerLars Ingebrigtsen <larsi@gnus.org>
Mon, 31 Jan 2022 16:34:03 +0000 (17:34 +0100)
* doc/lispref/loading.texi (Where Defined): Fix misplaced braces.

doc/lispref/loading.texi

index 6179270dd3d5d2ceec22d6a81d03cf0a2e4df27a..f17514655da92dd6e53a488fb51700e6ad835cdb 100644 (file)
@@ -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