emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 530cb3a3f8: Fix misplaced braces in loading.texi


From: Lars Ingebrigtsen
Subject: master 530cb3a3f8: Fix misplaced braces in loading.texi
Date: Mon, 31 Jan 2022 11:34:17 -0500 (EST)

branch: master
commit 530cb3a3f80ec7b2f295c27b8d6c5c64eb8c02f6
Author: Lars Ingebrigtsen <larsi@gnus.org>
Commit: Lars Ingebrigtsen <larsi@gnus.org>

    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 6179270dd3..f17514655d 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]