mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-16 17:24:23 +00:00
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.
This commit is contained in:
parent
27e4813fe1
commit
5d7c18a879
2 changed files with 6 additions and 1 deletions
|
|
@ -1,3 +1,8 @@
|
|||
2013-01-05 Eli Zaretskii <eliz@gnu.org>
|
||||
|
||||
* hooks.texi (Standard Hooks): Use @item, not @itemx, as the first
|
||||
directive in a group of items.
|
||||
|
||||
2013-04-02 Chong Yidong <cyd@gnu.org>
|
||||
|
||||
* keymaps.texi (Key Sequences): Remove obsolete sentence
|
||||
|
|
|
|||
|
|
@ -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}.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue