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/buffer.c | |
| parent | 03196404cacd8433ef66de5044a3b25b54d5a8e7 (diff) | |
| download | emacs-845a78b47b62a70f2b0994f2a483f57365c87340.tar.gz emacs-845a78b47b62a70f2b0994f2a483f57365c87340.zip | |
(syms_of_buffer): Fix typo.
Diffstat (limited to 'src/buffer.c')
| -rw-r--r-- | src/buffer.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 |