changeset 85528:b9d946f07c0e

*** empty log message ***
author Juanma Barranquero <lekktu@gmail.com>
date Mon, 22 Oct 2007 02:15:02 +0000
parents 166fdd1797fe
children 84efd7d3c35e
files src/ChangeLog
diffstat 1 files changed, 7 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog	Mon Oct 22 02:14:07 2007 +0000
+++ b/src/ChangeLog	Mon Oct 22 02:15:02 2007 +0000
@@ -1,8 +1,14 @@
+2007-10-22  Juanma Barranquero  <lekktu@gmail.com>
+
+	* emacs.c (Fdump_emacs): Fix typo in message.
+	(syms_of_emacs) <kill-emacs-hook>: Fix typo in docstring.
+	<installation-directory>: Reflow docstring.
+
 2007-10-22  Juri Linkov  <juri@jurta.org>
 
 	* minibuf.c: Allow minibuffer default to be a list of default values.
 	With empty input use the first element of this list as returned default.
-	(string_to_object):
+	(string_to_object)
 	(read_minibuf_noninteractive):  If defalt is cons, set val to its car.
 	(read_minibuf): If defalt is cons, set histstring to its car.
 	(Fread_string): If default_value is cons, set val to its car.