diff options
author | Juri Linkov <juri@jurta.org> | 2010-04-23 19:35:57 +0300 |
---|---|---|
committer | Juri Linkov <juri@jurta.org> | 2010-04-23 19:35:57 +0300 |
commit | 316d12fb81894b6e202ff26aae394395540e98bf (patch) | |
tree | 208890d38d512342116b1699889d2fc7a3619e3a | |
parent | c4170e32d184c0e3d7b81045b74d2fe5a3e2fe7b (diff) | |
download | emacs-316d12fb81894b6e202ff26aae394395540e98bf.tar.gz |
Fix typo in docstring.
-rw-r--r-- | lisp/ChangeLog | 4 | ||||
-rw-r--r-- | lisp/image-mode.el | 2 |
2 files changed, 5 insertions, 1 deletions
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 <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) 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." |