diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 4 | ||||
| -rw-r--r-- | src/buffer.c | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 23074668343..19110525120 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2005-02-25 Stephan Stahl <stahl@eos.franken.de> (tiny change) | ||
| 2 | |||
| 3 | * buffer.c (syms_of_buffer): Fix typo. | ||
| 4 | |||
| 1 | 2005-02-23 Lute Kamstra <lute@gnu.org> | 5 | 2005-02-23 Lute Kamstra <lute@gnu.org> |
| 2 | 6 | ||
| 3 | * buffer.c (Foverlay_buffer): Doc fix. | 7 | * buffer.c (Foverlay_buffer): Doc fix. |
diff --git a/src/buffer.c b/src/buffer.c index 3394e1dead2..8738466abd1 100644 --- a/src/buffer.c +++ b/src/buffer.c | |||
| @@ -5673,7 +5673,7 @@ arrow bitmaps. | |||
| 5673 | 5673 | ||
| 5674 | If value is a symbol `left' or `right', both angle and arrow bitmaps | 5674 | If value is a symbol `left' or `right', both angle and arrow bitmaps |
| 5675 | are displayed in the left or right fringe, resp. Any other value | 5675 | are displayed in the left or right fringe, resp. Any other value |
| 5676 | that doesn't look like an alist means displat the angle bitmaps in | 5676 | that doesn't look like an alist means display the angle bitmaps in |
| 5677 | the left fringe but no arrows. | 5677 | the left fringe but no arrows. |
| 5678 | 5678 | ||
| 5679 | You can exercise more precise control by using an alist as the | 5679 | You can exercise more precise control by using an alist as the |