1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

Fix misplaced braces in loading.texi

* doc/lispref/loading.texi (Where Defined): Fix misplaced braces.
This commit is contained in:
Lars Ingebrigtsen 2022-01-31 17:34:03 +01:00
parent dbf08491a5
commit 530cb3a3f8

View 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