diff options
| author | Eli Zaretskii | 2013-04-14 09:51:15 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2013-04-14 09:51:15 +0300 |
| commit | ddd6b68524ba1f957e2f8ddd76eb23e641429b58 (patch) | |
| tree | 880609b112d189a117240800179ebf414cc246ae /src/ChangeLog | |
| parent | 91e8293cc55d1de50796300412084e8774c60e7f (diff) | |
| download | emacs-ddd6b68524ba1f957e2f8ddd76eb23e641429b58.tar.gz emacs-ddd6b68524ba1f957e2f8ddd76eb23e641429b58.zip | |
Improve doc strings of left/right-margin/fringe-width.
src/buffer.c (syms_of_buffer) <left-margin-width, right-margin-width>
<left-fringe-width, right-fringe-width, fringes-outside-margins>:
Mention in the doc string that setting these variables takes
effect only after a call to set-window-buffer. (Bug#14200)
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index af2d38d2e87..2d6fda4fec7 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2013-04-14 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * buffer.c (syms_of_buffer) <left-margin-width, right-margin-width> | ||
| 4 | <left-fringe-width, right-fringe-width, fringes-outside-margins>: | ||
| 5 | Mention in the doc string that setting these variables takes | ||
| 6 | effect only after a call to set-window-buffer. (Bug#14200) | ||
| 7 | |||
| 1 | 2013-04-13 Eli Zaretskii <eliz@gnu.org> | 8 | 2013-04-13 Eli Zaretskii <eliz@gnu.org> |
| 2 | 9 | ||
| 3 | * indent.c (Fvertical_motion): Don't consider display strings on | 10 | * indent.c (Fvertical_motion): Don't consider display strings on |