diff options
| author | Juanma Barranquero | 2004-06-10 20:49:10 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2004-06-10 20:49:10 +0000 |
| commit | 572fd5aa8b4ab5f51e5f511b2c0ca17b5266b0d9 (patch) | |
| tree | 880d74aafcd905d614af5b2977820101c2f56755 | |
| parent | 11a26e05696983a146197e8d88b7654ee1e15909 (diff) | |
| download | emacs-572fd5aa8b4ab5f51e5f511b2c0ca17b5266b0d9.tar.gz emacs-572fd5aa8b4ab5f51e5f511b2c0ca17b5266b0d9.zip | |
Fix typo.
| -rw-r--r-- | lispref/display.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lispref/display.texi b/lispref/display.texi index addf66dd7a6..70f57632533 100644 --- a/lispref/display.texi +++ b/lispref/display.texi | |||
| @@ -3154,7 +3154,7 @@ specifies the actual color to use for displaying that name. | |||
| 3154 | For GIF images, specify image type @code{gif}. Because of the patents | 3154 | For GIF images, specify image type @code{gif}. Because of the patents |
| 3155 | in the US covering the LZW algorithm, the continued use of GIF format is | 3155 | in the US covering the LZW algorithm, the continued use of GIF format is |
| 3156 | a problem for the whole Internet; to end this problem, it is a good idea | 3156 | a problem for the whole Internet; to end this problem, it is a good idea |
| 3157 | for everyone, even outside the US, to stop using GIFS right away | 3157 | for everyone, even outside the US, to stop using GIFs right away |
| 3158 | (@uref{http://www.burnallgifs.org/}). But if you still want to use | 3158 | (@uref{http://www.burnallgifs.org/}). But if you still want to use |
| 3159 | them, Emacs can display them. | 3159 | them, Emacs can display them. |
| 3160 | 3160 | ||