diff options
| author | Chong Yidong <cyd@stupidchicken.com> | 2011-07-21 14:38:21 -0400 |
|---|---|---|
| committer | Chong Yidong <cyd@stupidchicken.com> | 2011-07-21 14:38:21 -0400 |
| commit | da4adb048de353aebca7ec75548a7f94554f5073 (patch) | |
| tree | bf6b2728a8d4660c27a9fdb139da0f1968762f1c /src/ChangeLog | |
| parent | 938b94c8851f7a70b7e67fbca7f7aa47440ec472 (diff) | |
Doc fix for string-to-char (Bug#6576).
* editfns.c (Fstring_to_char): No need to explain what a character
is in the docstring.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 1f0ebae2645..23ece8dfed5 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +2011-07-21 Chong Yidong <cyd@stupidchicken.com> + + * editfns.c (Fstring_to_char): No need to explain what a character + is in the docstring (Bug#6576). + 2011-07-20 Lars Magne Ingebrigtsen <larsi@gnus.org> * xml.c (parse_region): Make sure we always return a tree. |
