]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix typo in docstring.
authorJuri Linkov <juri@jurta.org>
Fri, 23 Apr 2010 16:35:57 +0000 (19:35 +0300)
committerJuri Linkov <juri@jurta.org>
Fri, 23 Apr 2010 16:35:57 +0000 (19:35 +0300)
lisp/ChangeLog
lisp/image-mode.el

index 8de72e751fdedfcd947ea7157a83a75b9eb5532d..376e0cfc35f730ebdeb622136f5b79d1284e5095 100644 (file)
@@ -1,3 +1,7 @@
+2010-04-23  Juri Linkov  <juri@jurta.org>
+
+       * image-mode.el (image-mode-as-text): Fix typo in docstring.
+
 2010-04-23  Juanma Barranquero  <lekktu@gmail.com>
 
        * filecache.el (file-cache-add-directory-list)
index 5b785f0031eae0c136116cf00ab738aa2b253e4e..a9736541a4f8a3afe18f4e9cff892f07727a6061 100644 (file)
@@ -390,7 +390,7 @@ displays an image file as text.  `image-minor-mode' provides the key
 to display an image file as the actual image.
 
 You can use `image-mode-as-text' in `auto-mode-alist' when you want
-to display an image file as text inititally.
+to display an image file as text initially.
 
 See commands `image-mode' and `image-minor-mode' for more information
 on these modes."