diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2010-10-12 17:16:57 +0200 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2010-10-12 17:16:57 +0200 |
commit | 51e4f4a88de94846f6b44b3e11496c7b67aa2f5e (patch) | |
tree | 0eeaf52c6c802c1ac20b70b917927788f94500e3 /lisp/composite.el | |
parent | ad1746f5db1b4c52da8d7bdc52359d6b0a5a5e24 (diff) | |
download | emacs-51e4f4a88de94846f6b44b3e11496c7b67aa2f5e.tar.gz |
Fix typos in docstrings, comments and ChangeLogs.
* lisp/composite.el (compose-region):
* src/ccl.c (Fccl_execute_on_string): Fix typo in docstring.
Diffstat (limited to 'lisp/composite.el')
-rw-r--r-- | lisp/composite.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/composite.el b/lisp/composite.el index 5b01718fc71..b5ef9b510c6 100644 --- a/lisp/composite.el +++ b/lisp/composite.el @@ -210,7 +210,7 @@ of the text in the region. If it is a string, the elements are alternate characters. In this case, TAB element has a special meaning. If the first -characer is TAB, the glyphs are displayed with left padding space +character is TAB, the glyphs are displayed with left padding space so that no pixel overlaps with the previous column. If the last character is TAB, the glyphs are displayed with right padding space so that no pixel overlaps with the following column. |