diff options
author | Pavel Janík <Pavel@Janik.cz> | 2002-01-05 18:59:25 +0000 |
---|---|---|
committer | Pavel Janík <Pavel@Janik.cz> | 2002-01-05 18:59:25 +0000 |
commit | 112d54c147b4f6af81262177919b250ad8891ee7 (patch) | |
tree | 9e8e28af91fe45011524852f277520b4c02e1f07 /lisp/image-file.el | |
parent | 337bfec72716f4063b5da9496dd1643c9d88ab98 (diff) | |
download | emacs-112d54c147b4f6af81262177919b250ad8891ee7.tar.gz |
Fix spelling in comments.
Diffstat (limited to 'lisp/image-file.el')
-rw-r--r-- | lisp/image-file.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/image-file.el b/lisp/image-file.el index e5f1203e2b0..87fd48a55f2 100644 --- a/lisp/image-file.el +++ b/lisp/image-file.el @@ -1,4 +1,4 @@ -;;; image-file.el --- Support for visiting image files +;;; image-file.el --- support for visiting image files ;; ;; Copyright (C) 2000, 2001 Free Software Foundation, Inc. ;; @@ -25,7 +25,7 @@ ;;; Commentary: ;; Defines a file-name-handler hook that transforms visited (or -;; inserted) image files so that they are displayed by emacs as +;; inserted) image files so that they are displayed by Emacs as ;; images. This is done by putting a `display' text-property on the ;; image data, with the image-data still present underneath; if the ;; resulting buffer file is saved to another name it will correctly save |