aboutsummaryrefslogtreecommitdiffstats
path: root/doc/lispref/ChangeLog
diff options
context:
space:
mode:
authorGlenn Morris2012-03-03 14:13:28 -0800
committerGlenn Morris2012-03-03 14:13:28 -0800
commit7d2d7cc06546f8382f95dbc83909aa8cebf3828f (patch)
tree9daa9361f929d4601061b901b85f87a4ff30b9d9 /doc/lispref/ChangeLog
parentfbae463706f1a5e3bce206b65c7341d60a43c268 (diff)
downloademacs-7d2d7cc06546f8382f95dbc83909aa8cebf3828f.tar.gz
emacs-7d2d7cc06546f8382f95dbc83909aa8cebf3828f.zip
Checked lispref/internals.texi, somewhat
* doc/lispref/internals.texi: (Writing Emacs Primitives): Update Fcoordinates_in_window_p and For example definitions. Give examples of things with non-nil interactive args. Mention eval_sub. Remove old info about strings and GCPRO. Mention cus-start.el. (Buffer Internals, Window Internals, Process Internals): Misc small updates and fixes for fields. * admin/FOR-RELEASE: Related markup.
Diffstat (limited to 'doc/lispref/ChangeLog')
-rw-r--r--doc/lispref/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog
index cad2921e78c..de2528a730a 100644
--- a/doc/lispref/ChangeLog
+++ b/doc/lispref/ChangeLog
@@ -5,6 +5,12 @@
5 Replace deleted eval-at-startup with custom-initialize-delay. 5 Replace deleted eval-at-startup with custom-initialize-delay.
6 (Pure Storage): Small changes. 6 (Pure Storage): Small changes.
7 (Memory Usage): Copyedit. 7 (Memory Usage): Copyedit.
8 (Writing Emacs Primitives): Update Fcoordinates_in_window_p and For
9 example definitions. Give examples of things with non-nil
10 interactive args. Mention eval_sub. Remove old info about
11 strings and GCPRO. Mention cus-start.el.
12 (Buffer Internals, Window Internals, Process Internals):
13 Misc small updates and fixes for fields.
8 14
9 * tips.texi: Copyedits. 15 * tips.texi: Copyedits.
10 (Coding Conventions): Mention autoloads. 16 (Coding Conventions): Mention autoloads.