comparison lispref/ChangeLog @ 53037:9958d8677feb

*** empty log message ***
author Luc Teirlinck <teirllm@auburn.edu>
date Tue, 11 Nov 2003 03:59:26 +0000
parents f63cd97f64fd
children 49e18ed59adb
comparison
equal deleted inserted replaced
53036:8383c6d510e2 53037:9958d8677feb
1 2003-11-10 Luc Teirlinck <teirllm@auburn.edu>
2
3 * markers.texi (Creating Markers): Specify insertion type of
4 created markers. Add xref to `Marker Insertion Types'.
5 Second argument to `copy-marker' is optional.
6 (Marker Insertion Types): Mention that most markers are created
7 with insertion type nil.
8 (The Mark): Correctly describe when `mark' signals an error.
9 (The Region): Correctly describe when `region-beginning' and
10 `region-end' signal an error.
11
1 2003-11-08 Luc Teirlinck <teirllm@auburn.edu> 12 2003-11-08 Luc Teirlinck <teirllm@auburn.edu>
2 13
3 * hash.texi (Creating Hash): Clarify description of `eql'. 14 * hash.texi (Creating Hash): Clarify description of `eql'.
4 `makehash' is obsolete. 15 `makehash' is obsolete.
5 (Hash Access): Add Common Lisp notes for `remhash' and `clrhash'. 16 (Hash Access): Add Common Lisp notes for `remhash' and `clrhash'.
502 (Other Font Lock Variables): Add font-lock-extra-managed-props. 513 (Other Font Lock Variables): Add font-lock-extra-managed-props.
503 (Faces for Font Lock): Add font-locl-preprocessor-face. 514 (Faces for Font Lock): Add font-locl-preprocessor-face.
504 (Hooks): Add run-mode-hooks and delay-mode-hooks. 515 (Hooks): Add run-mode-hooks and delay-mode-hooks.
505 516
506 * variables.texi (Creating Buffer-Local): Add buffer-local-value. 517 * variables.texi (Creating Buffer-Local): Add buffer-local-value.
507 (Variable Aliases): Clarify defvralias. 518 (Variable Aliases): Clarify defvaralias.
508 519
509 * loading.texi (Library Search): Add load-suffixes. 520 * loading.texi (Library Search): Add load-suffixes.
510 521
511 * minibuf.texi (Basic Completion): Add lazy-completion-table. 522 * minibuf.texi (Basic Completion): Add lazy-completion-table.
512 (Programmed Completion): Add dynamic-completion-table. 523 (Programmed Completion): Add dynamic-completion-table.