diff options
| author | Pavel Janík | 2001-10-15 15:07:49 +0000 |
|---|---|---|
| committer | Pavel Janík | 2001-10-15 15:07:49 +0000 |
| commit | a1f17501163cde84405d0f3ceed4c206890d191a (patch) | |
| tree | b0adb3f214e56ccfdba831e331f7d86431d1b029 /src/ChangeLog | |
| parent | e2ba787b86469253337f6360594d5dbbcc154dc8 (diff) | |
| download | emacs-a1f17501163cde84405d0f3ceed4c206890d191a.tar.gz emacs-a1f17501163cde84405d0f3ceed4c206890d191a.zip | |
Put doc strings in comments.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 10518e2fd7e..0bd77add332 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -4,7 +4,9 @@ | |||
| 4 | get-buffer-process): Do not confuse make-docfile with doc strings | 4 | get-buffer-process): Do not confuse make-docfile with doc strings |
| 5 | in comment. | 5 | in comment. |
| 6 | 6 | ||
| 7 | * editfns.c (Fchar_to_string): Make doc string consistent with arguments. | 7 | * editfns.c (Fchar_to_string): Make doc string consistent with |
| 8 | arguments. | ||
| 9 | Put doc strings in comments. | ||
| 8 | 10 | ||
| 9 | * abbrev.c, minibuf.c: Put doc strings in comments. | 11 | * abbrev.c, minibuf.c: Put doc strings in comments. |
| 10 | 12 | ||