diff options
author | Luc Teirlinck <teirllm@auburn.edu> | 2003-11-11 03:59:26 +0000 |
---|---|---|
committer | Luc Teirlinck <teirllm@auburn.edu> | 2003-11-11 03:59:26 +0000 |
commit | e57d0aa8646bcdc210b8e722b16675a836144c9f (patch) | |
tree | b4cfd8b3a03afc6b6e5d12626b342cfc86a6a5f2 /lispref/ChangeLog | |
parent | 409edc05695acae45695b4ea9bbb73cb7ab48f11 (diff) | |
download | emacs-e57d0aa8646bcdc210b8e722b16675a836144c9f.tar.gz |
*** empty log message ***
Diffstat (limited to 'lispref/ChangeLog')
-rw-r--r-- | lispref/ChangeLog | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/lispref/ChangeLog b/lispref/ChangeLog index 84a84237fce..c83b5d182e8 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog @@ -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'. @@ -504,7 +515,7 @@ (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. |