aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorLuc Teirlinck2003-12-23 23:08:08 +0000
committerLuc Teirlinck2003-12-23 23:08:08 +0000
commit0dc72b11db337590ca77b246395f13fd7846cc63 (patch)
treedc95a32390bb11bde0604215efdebe9fa6ab4ff4 /src/ChangeLog
parent8d66c08b2b2681a81ba6f6d8375d32938fd96812 (diff)
downloademacs-0dc72b11db337590ca77b246395f13fd7846cc63.tar.gz
emacs-0dc72b11db337590ca77b246395f13fd7846cc63.zip
(Frandom, Fstring_make_multibyte): Doc fixes.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index c9da7bc57a1..e3147738f33 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,7 +1,9 @@
12003-12-23 Luc Teirlinck <teirllm@auburn.edu> 12003-12-23 Luc Teirlinck <teirllm@auburn.edu>
2 2
3 * minibuf.c (read_minibuf): Allow INITIAL to be a cons of a 3 * fns.c (Frandom, Fstring_make_multibyte): Doc fixes.
4 string and an integer. Adapt the docstring accordingly. 4
5 * minibuf.c (read_minibuf): Allow INITIAL to be a cons of a string
6 and an integer. Adapt the introductory comment accordingly.
5 (Fread_from_minibuffer): Delete code moved into read_minibuf. 7 (Fread_from_minibuffer): Delete code moved into read_minibuf.
6 Doc fix. 8 Doc fix.
7 (Fread_minibuffer, Fread_no_blanks_input): Adapt to changes in 9 (Fread_minibuffer, Fread_no_blanks_input): Adapt to changes in