]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorLuc Teirlinck <teirllm@auburn.edu>
Tue, 11 Nov 2003 03:59:26 +0000 (03:59 +0000)
committerLuc Teirlinck <teirllm@auburn.edu>
Tue, 11 Nov 2003 03:59:26 +0000 (03:59 +0000)
lispref/ChangeLog
lispref/hash.texi

index 84a84237fcee70b63552662963ee8414bc1f8ab8..c83b5d182e8fbd07efdbf459322d5e89e3d1a5de 100644 (file)
@@ -1,3 +1,14 @@
+2003-11-10  Luc Teirlinck  <teirllm@auburn.edu>
+
+       * markers.texi (Creating Markers): Specify insertion type of
+       created markers.  Add xref to `Marker Insertion Types'.
+       Second argument to `copy-marker' is optional.
+       (Marker Insertion Types): Mention that most markers are created
+       with insertion type nil.
+       (The Mark): Correctly describe when `mark' signals an error.
+       (The Region): Correctly describe when `region-beginning' and
+       `region-end' signal an error.
+
 2003-11-08  Luc Teirlinck  <teirllm@auburn.edu>
 
        * hash.texi (Creating Hash): Clarify description of `eql'.
        (Hooks): Add run-mode-hooks and delay-mode-hooks.
 
        * variables.texi (Creating Buffer-Local): Add buffer-local-value.
-       (Variable Aliases): Clarify defvralias.
+       (Variable Aliases): Clarify defvaralias.
 
        * loading.texi (Library Search): Add load-suffixes.
 
index 3d4fe8aece91e95a141e65a9dad2d7eb0a70501a..a27894fa24bc46bb00e638171d885502f4199c8e 100644 (file)
@@ -78,7 +78,8 @@ alternatives:
 @item eql
 Keys which are numbers are ``the same'' if they are @code{equal}, that
 is, if they are equal in value and either both are integers or both
-are floats; otherwise, two distinct objects are never ``the same''.
+are floating point numbers; otherwise, two distinct objects are never
+``the same''.
 
 @item eq
 Any two distinct Lisp objects are ``different'' as keys.