diff options
| author | Eli Zaretskii | 2011-04-24 19:59:37 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2011-04-24 19:59:37 +0300 |
| commit | eb35682e38e8a13f776f61c1c5f53cac425495cc (patch) | |
| tree | 860fcb814020378c3ef4e0cfe8edf6436a468148 /src/ChangeLog | |
| parent | e2ad650c71e9f0477163532e708e1054452fa34f (diff) | |
| download | emacs-eb35682e38e8a13f776f61c1c5f53cac425495cc.tar.gz emacs-eb35682e38e8a13f776f61c1c5f53cac425495cc.zip | |
Minor cleanup in src/xdisp.c.
src/xdisp.c (handle_single_display_spec): Rename the
display_replaced_before_p argument into display_replaced_p, to
make it consistent with the commentary. Fix typos in the
commentary.
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 f4dd3492001..f1d195c4544 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,10 @@ | |||
| 1 | 2011-04-24 Eli Zaretskii <eliz@gnu.org> | 1 | 2011-04-24 Eli Zaretskii <eliz@gnu.org> |
| 2 | 2 | ||
| 3 | * xdisp.c (handle_single_display_spec): Rename the | ||
| 4 | display_replaced_before_p argument into display_replaced_p, to | ||
| 5 | make it consistent with the commentary. Fix typos in the | ||
| 6 | commentary. | ||
| 7 | |||
| 3 | * textprop.c (syms_of_textprop): Remove dead code. | 8 | * textprop.c (syms_of_textprop): Remove dead code. |
| 4 | (copy_text_properties): Delete obsolete commentary about an | 9 | (copy_text_properties): Delete obsolete commentary about an |
| 5 | interface that was deleted long ago. Fix typos in the description | 10 | interface that was deleted long ago. Fix typos in the description |