From: Juri Linkov Date: Fri, 23 Apr 2010 16:35:57 +0000 (+0300) Subject: Fix typo in docstring. X-Git-Tag: emacs-pretest-23.1.97~17 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=316d12fb81894b6e202ff26aae394395540e98bf;p=emacs.git Fix typo in docstring. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 8de72e751fd..376e0cfc35f 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2010-04-23 Juri Linkov + + * image-mode.el (image-mode-as-text): Fix typo in docstring. + 2010-04-23 Juanma Barranquero * filecache.el (file-cache-add-directory-list) diff --git a/lisp/image-mode.el b/lisp/image-mode.el index 5b785f0031e..a9736541a4f 100644 --- a/lisp/image-mode.el +++ b/lisp/image-mode.el @@ -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."