aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorGlenn Morris2011-01-19 22:40:36 -0800
committerGlenn Morris2011-01-19 22:40:36 -0800
commitc11136ec3e0fe7167c3cfcaa25ddac47693d3e88 (patch)
treefd0fc316bb35d2d44ed77b275c891d2a9a89a356 /src/ChangeLog
parentbb1c6663330a318d86e64bf6ec87baf69d486958 (diff)
downloademacs-c11136ec3e0fe7167c3cfcaa25ddac47693d3e88.tar.gz
emacs-c11136ec3e0fe7167c3cfcaa25ddac47693d3e88.zip
Give read-expression-history a doc.
* lisp/simple.el (read-expression-history): Remove, it's in minibuf.c. * src/minibuf.c (syms_of_minibuf) <read-expression-history>: Give it a doc string. * src/globals.h: Add Vread_expression_history.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 6e54c7a1809..8c6e8e8b99a 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,9 @@
12011-01-20 Glenn Morris <rgm@gnu.org> 12011-01-20 Glenn Morris <rgm@gnu.org>
2 2
3 * minibuf.c (syms_of_minibuf) <read-expression-history>:
4 Give it a doc string.
5 * globals.h: Add Vread_expression_history.
6
3 * macros.c (syms_of_macros) <kbd-macro-termination-hook>: 7 * macros.c (syms_of_macros) <kbd-macro-termination-hook>:
4 Give it a doc string. 8 Give it a doc string.
5 * globals.h: Add Vkbd_macro_termination_hook. 9 * globals.h: Add Vkbd_macro_termination_hook.