aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero2009-03-25 12:02:15 +0000
committerJuanma Barranquero2009-03-25 12:02:15 +0000
commit1ce3d35b78955a84b95cbebb02763106cbe59527 (patch)
tree2c98f26de3da181102ffbd9bafd4344f26d3adf1
parent087e2ea9553da5bf4a707c656a224f69c9426035 (diff)
downloademacs-1ce3d35b78955a84b95cbebb02763106cbe59527.tar.gz
emacs-1ce3d35b78955a84b95cbebb02763106cbe59527.zip
* composite.el (auto-compose-chars): Fix typo in docstring.
-rw-r--r--lisp/ChangeLog4
-rw-r--r--lisp/composite.el4
2 files changed, 5 insertions, 3 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 0cd63d7dec7..bb0d3598b00 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
12009-03-25 Juanma Barranquero <lekktu@gmail.com>
2
3 * composite.el (auto-compose-chars): Fix typo in docstring.
4
12009-03-24 Michael Albinus <michael.albinus@gmx.de> 52009-03-24 Michael Albinus <michael.albinus@gmx.de>
2 6
3 * net/ange-ftp.el (ange-ftp-skip-msgs): Add 534. 7 * net/ange-ftp.el (ange-ftp-skip-msgs): Add 534.
diff --git a/lisp/composite.el b/lisp/composite.el
index 7c04bcff088..d3c000fe839 100644
--- a/lisp/composite.el
+++ b/lisp/composite.el
@@ -712,9 +712,7 @@ FUNC is called with one argument GSTRING which is built for characters
712in the region FROM (inclusive) and TO (exclusive). 712in the region FROM (inclusive) and TO (exclusive).
713 713
714If the character are composed on a graphic display, FONT-OBJECT 714If the character are composed on a graphic display, FONT-OBJECT
715is a font to use. 715is a font to use. Otherwise, FONT-OBJECT is nil, and the function
716
717Otherwise, FONT-OBJECT is nil, and the fucntion
718`compose-gstring-for-terminal' is used instead of FUNC. 716`compose-gstring-for-terminal' is used instead of FUNC.
719 717
720If STRING is non-nil, it is a string, and FROM and TO are indices 718If STRING is non-nil, it is a string, and FROM and TO are indices