aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/lispref/ChangeLog5
-rw-r--r--doc/lispref/hooks.texi2
2 files changed, 6 insertions, 1 deletions
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog
index cfb67be86dc..afe632a9365 100644
--- a/doc/lispref/ChangeLog
+++ b/doc/lispref/ChangeLog
@@ -1,3 +1,8 @@
12013-01-05 Eli Zaretskii <eliz@gnu.org>
2
3 * hooks.texi (Standard Hooks): Use @item, not @itemx, as the first
4 directive in a group of items.
5
12013-04-02 Chong Yidong <cyd@gnu.org> 62013-04-02 Chong Yidong <cyd@gnu.org>
2 7
3 * keymaps.texi (Key Sequences): Remove obsolete sentence 8 * keymaps.texi (Key Sequences): Remove obsolete sentence
diff --git a/doc/lispref/hooks.texi b/doc/lispref/hooks.texi
index 40a3c162f58..745393f8166 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.).
121@item delete-terminal-functions 121@item delete-terminal-functions
122@xref{Multiple Terminals}. 122@xref{Multiple Terminals}.
123 123
124@itemx pop-up-frame-function 124@item pop-up-frame-function
125@itemx split-window-preferred-function 125@itemx split-window-preferred-function
126@xref{Choosing Window Options}. 126@xref{Choosing Window Options}.
127 127