diff options
author | Luc Teirlinck <teirllm@auburn.edu> | 2003-11-09 04:41:22 +0000 |
---|---|---|
committer | Luc Teirlinck <teirllm@auburn.edu> | 2003-11-09 04:41:22 +0000 |
commit | bb3612ec1fbdc40a2e4466a5c3fd181bc19428a6 (patch) | |
tree | 047dc759260135fa41263f40411a697a3918a3ae | |
parent | 06a49fc15ec2623e2166736ca309f7b909bad4db (diff) | |
download | emacs-bb3612ec1fbdc40a2e4466a5c3fd181bc19428a6.tar.gz emacs-bb3612ec1fbdc40a2e4466a5c3fd181bc19428a6.tar.bz2 emacs-bb3612ec1fbdc40a2e4466a5c3fd181bc19428a6.zip |
*** empty log message ***
-rw-r--r-- | lispref/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/lispref/ChangeLog b/lispref/ChangeLog index 1a47e9934d7..84a84237fce 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog @@ -1,3 +1,16 @@ +2003-11-08 Luc Teirlinck <teirllm@auburn.edu> + + * hash.texi (Creating Hash): Clarify description of `eql'. + `makehash' is obsolete. + (Hash Access): Add Common Lisp notes for `remhash' and `clrhash'. + + * positions.texi (Point): Change description of `buffer-end', so + that it is also correct for floating point arguments. + (List Motion): Correct argument lists of `beginning-of-defun' and + `end-of-defun'. + (Excursions): Add xref to `Marker Insertion Types'. + (Narrowing): Argument to `narrow-to-page' is optional. + 2003-11-06 Luc Teirlinck <teirllm@auburn.edu> * streams.texi (Output Streams): Clarify behavior of point for |