diff options
| author | Lute Kamstra | 2005-02-25 15:22:17 +0000 |
|---|---|---|
| committer | Lute Kamstra | 2005-02-25 15:22:17 +0000 |
| commit | 845a78b47b62a70f2b0994f2a483f57365c87340 (patch) | |
| tree | f752d49abd6ac27d1a3bcd098b8bd86175b7a22c /src | |
| parent | 03196404cacd8433ef66de5044a3b25b54d5a8e7 (diff) | |
| download | emacs-845a78b47b62a70f2b0994f2a483f57365c87340.tar.gz emacs-845a78b47b62a70f2b0994f2a483f57365c87340.zip | |
(syms_of_buffer): Fix typo.
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 |