aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Ryde2009-11-26 23:59:14 +0000
committerKevin Ryde2009-11-26 23:59:14 +0000
commitbe1674ab1b210a3aafb3b05e7ad52e5e0c5528b9 (patch)
tree6705e2e60bf97f83282da1fa218f9dbc816541dc
parentd3d97050b75d1a4c136c8bf7ae52ed537b0f843a (diff)
downloademacs-be1674ab1b210a3aafb3b05e7ad52e5e0c5528b9.tar.gz
emacs-be1674ab1b210a3aafb3b05e7ad52e5e0c5528b9.zip
* commands.texi (Misc Events): vindex mouse-wheel-up-event and
mouse-wheel-down-event, the closest thing to a definition for them. * os.texi (Startup Summary): vindex inhibit-startup-message and inhibit-splash-screen. (Command-Line Arguments): vindex argv. (Suspending Emacs): vindex suspend-tty-functions and resume-tty-functions. Don't want to index every hook, but having the programming ones is helpful.
-rw-r--r--doc/lispref/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog
index 74c7f73b995..9bbb7c72308 100644
--- a/doc/lispref/ChangeLog
+++ b/doc/lispref/ChangeLog
@@ -1,3 +1,14 @@
12009-11-26 Kevin Ryde <user42@zip.com.au>
2
3 * commands.texi (Misc Events): vindex mouse-wheel-up-event and
4 mouse-wheel-down-event, the closest thing to a definition for them.
5 * os.texi (Startup Summary): vindex inhibit-startup-message and
6 inhibit-splash-screen.
7 (Command-Line Arguments): vindex argv.
8 (Suspending Emacs): vindex suspend-tty-functions and
9 resume-tty-functions. Don't want to index every hook, but having
10 the programming ones is helpful.
11
12009-11-14 Chong Yidong <cyd@stupidchicken.com> 122009-11-14 Chong Yidong <cyd@stupidchicken.com>
2 13
3 * commands.texi (Motion Events): Fix typo (Bug#4907). 14 * commands.texi (Motion Events): Fix typo (Bug#4907).