From 5d7c18a879d76be463c173b5d5b72cfcfe83ca37 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sat, 5 Jan 2013 10:37:05 +0200 Subject: [PATCH] Fix usage of @itemx in ELisp manual. doc/lispref/hooks.texi (Standard Hooks): Use @item, not @itemx, as the first directive in a group of items. --- doc/lispref/ChangeLog | 5 +++++ doc/lispref/hooks.texi | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index cfb67be86d..afe632a936 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog @@ -1,3 +1,8 @@ +2013-01-05 Eli Zaretskii + + * hooks.texi (Standard Hooks): Use @item, not @itemx, as the first + directive in a group of items. + 2013-04-02 Chong Yidong * keymaps.texi (Key Sequences): Remove obsolete sentence diff --git a/doc/lispref/hooks.texi b/doc/lispref/hooks.texi index 40a3c162f5..745393f816 100644 --- a/doc/lispref/hooks.texi +++ b/doc/lispref/hooks.texi @@ -121,7 +121,7 @@ The command loop runs this soon after @code{post-command-hook} (q.v.). @item delete-terminal-functions @xref{Multiple Terminals}. -@itemx pop-up-frame-function +@item pop-up-frame-function @itemx split-window-preferred-function @xref{Choosing Window Options}. -- 2.20.1