aboutsummaryrefslogtreecommitdiffstats
path: root/doc/lispref/ChangeLog
diff options
context:
space:
mode:
authorGlenn Morris2012-03-03 18:45:04 -0800
committerGlenn Morris2012-03-03 18:45:04 -0800
commitea16568d87f736736a532c0684de951bc382e4a9 (patch)
tree5e20fc6f6836ffabf5d3df2c052945b364df7751 /doc/lispref/ChangeLog
parenta1e7225c983f616ed6b43c9861b9c1374bbab2bb (diff)
downloademacs-ea16568d87f736736a532c0684de951bc382e4a9.tar.gz
emacs-ea16568d87f736736a532c0684de951bc382e4a9.zip
Checked lispref/abbrevs.texi
* doc/lispref/abbrevs.texi: Small copyedits throughout. (Abbrev Mode): Remove this section, folding it into the top-level. (Abbrev Tables): Don't mention irrelevant return values. (Abbrev Expansion): Add cross-ref for wrapper hooks. (Standard Abbrev Tables): Emacs Lisp mode now has its own table. (Abbrev Table Properties): Update nil :regexp description. * lisp/abbrev.el (copy-abbrev-table, abbrev-table-p) (abbrev-minor-mode-table-alist, define-abbrev, abbrev-insert) (expand-abbrev, define-abbrev-table): Doc fixes. * admin/FOR-RELEASE: Related markup.
Diffstat (limited to 'doc/lispref/ChangeLog')
-rw-r--r--doc/lispref/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog
index de2528a730a..1cbee05d4d4 100644
--- a/doc/lispref/ChangeLog
+++ b/doc/lispref/ChangeLog
@@ -1,3 +1,12 @@
12012-03-04 Glenn Morris <rgm@gnu.org>
2
3 * abbrevs.texi: Small copyedits throughout.
4 (Abbrev Mode): Remove this section, folding it into the top-level.
5 (Abbrev Tables): Don't mention irrelevant return values.
6 (Abbrev Expansion): Add cross-ref for wrapper hooks.
7 (Standard Abbrev Tables): Emacs Lisp mode now has its own table.
8 (Abbrev Table Properties): Update nil :regexp description.
9
12012-03-03 Glenn Morris <rgm@gnu.org> 102012-03-03 Glenn Morris <rgm@gnu.org>
2 11
3 * internals.texi: Change @appendix section commands to @section. 12 * internals.texi: Change @appendix section commands to @section.