aboutsummaryrefslogtreecommitdiffstats
path: root/lispref/ChangeLog
diff options
context:
space:
mode:
authorLuc Teirlinck2004-02-21 16:45:20 +0000
committerLuc Teirlinck2004-02-21 16:45:20 +0000
commit9c5609e8cccc9eec6ec9444f91e5ed2c554f6b50 (patch)
tree5135df7be44c7bfd0e3e19065266210d55256178 /lispref/ChangeLog
parentb1faee6e4f900d97631b2a80c45351474b7a5960 (diff)
downloademacs-9c5609e8cccc9eec6ec9444f91e5ed2c554f6b50.tar.gz
emacs-9c5609e8cccc9eec6ec9444f91e5ed2c554f6b50.zip
(Syntax Table Functions): Clarify and correct descriptions of
make-syntax-table and copy-syntax-table. (Motion and Syntax): Clarify SYNTAXES argument to skip-syntax-forward. (Parsing Expressions): Mention that the return value of parse-partial-sexp is currently a list of ten rather than nine elements. (Categories): Various corrections and clarifications.
Diffstat (limited to 'lispref/ChangeLog')
-rw-r--r--lispref/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/lispref/ChangeLog b/lispref/ChangeLog
index 5879c3a4596..6c97eff4551 100644
--- a/lispref/ChangeLog
+++ b/lispref/ChangeLog
@@ -1,3 +1,14 @@
12004-02-21 Luc Teirlinck <teirllm@auburn.edu>
2
3 * syntax.texi (Syntax Table Functions): Clarify and correct
4 descriptions of make-syntax-table and copy-syntax-table.
5 (Motion and Syntax): Clarify SYNTAXES argument to
6 skip-syntax-forward.
7 (Parsing Expressions): Mention that the return value of
8 parse-partial-sexp is currently a list of ten rather than nine
9 elements.
10 (Categories): Various corrections and clarifications.
11
12004-02-17 Luc Teirlinck <teirllm@auburn.edu> 122004-02-17 Luc Teirlinck <teirllm@auburn.edu>
2 13
3 * markers.texi (Marker Insertion Types): Minor change. 14 * markers.texi (Marker Insertion Types): Minor change.