changeset 49679:5c5e9d0710b3

*** empty log message ***
author Juanma Barranquero <lekktu@gmail.com>
date Mon, 10 Feb 2003 11:41:45 +0000
parents 0ae2b48491f7
children 7c27c9efd353
files lisp/ChangeLog lispref/ChangeLog
diffstat 2 files changed, 12 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Mon Feb 10 11:41:09 2003 +0000
+++ b/lisp/ChangeLog	Mon Feb 10 11:41:45 2003 +0000
@@ -1,3 +1,7 @@
+2003-02-10  Luc Teirlinck  <teirllm@mail.auburn.edu>
+
+	* info.el (Info-follow-nearest-node): Implement new behavior.
+
 2003-02-10  Juanma Barranquero  <lektu@terra.es>
 
 	* progmodes/ebnf-otz.el (ebnf-optimize, ebnf-optimize1): Fix typo.
--- a/lispref/ChangeLog	Mon Feb 10 11:41:09 2003 +0000
+++ b/lispref/ChangeLog	Mon Feb 10 11:41:45 2003 +0000
@@ -1,3 +1,11 @@
+2003-02-10  Juanma Barranquero  <lektu@terra.es>
+
+	* buffers.texi (Current Buffer): Describe `save-current-buffer' as a
+	special form, not a macro.  From Jesper Harder <harder@ifa.au.dk>.
+
+	* text.texi (Insertion): Don't show COUNT argument of `insert-char' as
+	optional.  From Jesper Harder <harder@ifa.au.dk>.
+
 2003-01-31  Joe Buehler  <jhpb@draco.hekimian.com>
 
 	* os.texi (System Environment): Added cygwin system-type.