diff options
Diffstat (limited to 'doc/ref/api-utility.texi')
-rw-r--r-- | doc/ref/api-utility.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ref/api-utility.texi b/doc/ref/api-utility.texi index 3532bbb84..5f2e67fa4 100644 --- a/doc/ref/api-utility.texi +++ b/doc/ref/api-utility.texi @@ -501,7 +501,7 @@ Once the procedures have been added, we can invoke the hook using @end lisp Note that the procedures are called in the reverse of the order with -which they were added. This is because the default behaviour of +which they were added. This is because the default behavior of @code{add-hook!} is to add its procedure to the @emph{front} of the hook's procedure list. You can force @code{add-hook!} to add its procedure to the @emph{end} of the list instead by providing a third |