From 1ce3d35b78955a84b95cbebb02763106cbe59527 Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Wed, 25 Mar 2009 12:02:15 +0000 Subject: [PATCH] * composite.el (auto-compose-chars): Fix typo in docstring. --- lisp/ChangeLog | 4 ++++ lisp/composite.el | 4 +--- 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 @@ +2009-03-25 Juanma Barranquero + + * composite.el (auto-compose-chars): Fix typo in docstring. + 2009-03-24 Michael Albinus * 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 in the region FROM (inclusive) and TO (exclusive). If the character are composed on a graphic display, FONT-OBJECT -is a font to use. - -Otherwise, FONT-OBJECT is nil, and the fucntion +is a font to use. Otherwise, FONT-OBJECT is nil, and the function `compose-gstring-for-terminal' is used instead of FUNC. If STRING is non-nil, it is a string, and FROM and TO are indices -- 2.39.5