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:
parent
dbf08491a5
commit
530cb3a3f8
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue