diff options
author | Thien-Thi Nguyen <ttn@gnuvola.org> | 2006-05-25 09:02:59 +0000 |
---|---|---|
committer | Thien-Thi Nguyen <ttn@gnuvola.org> | 2006-05-25 09:02:59 +0000 |
commit | 78b3f5c3fadde997fc50ae5b09c6d409caa25a69 (patch) | |
tree | e6ea7f28b4c61aa30203597b29e5f6821658b91a /lispref | |
parent | a2ff8a4801f7e127b57fa91e8ac19a2f5738e2cb (diff) | |
download | emacs-78b3f5c3fadde997fc50ae5b09c6d409caa25a69.tar.gz |
*** empty log message ***
Diffstat (limited to 'lispref')
-rw-r--r-- | lispref/ChangeLog | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/lispref/ChangeLog b/lispref/ChangeLog index ec852df16fe..41b7afee629 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog @@ -1,10 +1,16 @@ +2006-05-25 Thien-Thi Nguyen <ttn@gnu.org> + + * processes.texi (Bindat Functions): Say "unibyte string" + explicitly for bindat-unpack and bindat-pack descriptions. + (Bindat Examples): Don't call `string-make-unibyte' in example. + 2006-05-25 Chong Yidong <cyd@stupidchicken.com> * keymaps.texi (Key Sequences): Renamed from Keymap Terminology. Explain string and vector representations of key sequences - * keymaps.texi (Changing Key Bindings): - * commands.texi (Interactive Codes, Interactive Codes): + * keymaps.texi (Changing Key Bindings): + * commands.texi (Interactive Codes, Interactive Codes): * help.texi (Describing Characters): Refer to it. 2006-05-23 Luc Teirlinck <teirllm@auburn.edu> |