diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2010-06-03 17:34:35 +0200 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2010-06-03 17:34:35 +0200 |
commit | 78edd3b72d7d7e006db5aac8c5f0514777d6e01c (patch) | |
tree | 87fec1b236edac98f38a9218fcac11b0c0c1d725 /lisp/descr-text.el | |
parent | 3845c322ce0ee880e65c4cf1ebfec87e5cae129d (diff) | |
download | emacs-78edd3b72d7d7e006db5aac8c5f0514777d6e01c.tar.gz emacs-78edd3b72d7d7e006db5aac8c5f0514777d6e01c.tar.bz2 emacs-78edd3b72d7d7e006db5aac8c5f0514777d6e01c.zip |
Fix typos.
Diffstat (limited to 'lisp/descr-text.el')
-rw-r--r-- | lisp/descr-text.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/descr-text.el b/lisp/descr-text.el index 36ee08dcef8..218f2a51d7f 100644 --- a/lisp/descr-text.el +++ b/lisp/descr-text.el @@ -426,7 +426,7 @@ as well as widgets, buttons, overlays, and text properties." ;; When the composition is trivial (i.e. composed only with the ;; current character itself without any alternate characters), ;; we don't show the composition information. Otherwise, store - ;; two descriptive strings in the first two elments of + ;; two descriptive strings in the first two elements of ;; COMPOSITION. (or (catch 'tag (let ((from (car composition)) |