diff --git a/lispref/ChangeLog b/lispref/ChangeLog index 157b53861a3..3104465c2e6 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog @@ -1,3 +1,8 @@ +2006-01-28 Luc Teirlinck + + * lists.texi (Cons Cells): Minor correction (the cdr of a dotted + list is not necessarily a list). + 2006-01-27 Eli Zaretskii * frames.texi (Layout Parameters): border-width and diff --git a/src/ChangeLog b/src/ChangeLog index 5d384434322..4a48e9ac452 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,6 +1,6 @@ 2006-01-28 Luc Teirlinck - * data.c (Fcar, Fcdr): Add links to Elisp manual. + * data.c (Fcar, Fcdr): Add links to Elisp manual to the docstrings. 2006-01-27 Chong Yidong