From 9d5d96a6bdeecccf6503573bd3e03173a523c425 Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Thu, 27 Jun 2002 14:49:22 +0000 Subject: [PATCH] (decompose-composite-char): Fix docstring. --- lisp/ChangeLog | 2 ++ lisp/composite.el | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index c56ad372d73..5885cdd5321 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,7 @@ 2002-06-27 Juanma Barranquero + * composite.el (decompose-composite-char): Fix docstring. + * faces.el (describe-face): Capitalize "not documented" message. * help-fns.el (describe-variable): Likewise. diff --git a/lisp/composite.el b/lisp/composite.el index 610ec227a60..c1174d3316f 100644 --- a/lisp/composite.el +++ b/lisp/composite.el @@ -364,12 +364,12 @@ after a sequence character events." ;;; The following codes are only for backward compatibility with Emacs -;;; 20.4 and the earlier. +;;; 20.4 and earlier. ;;;###autoload (defun decompose-composite-char (char &optional type with-composition-rule) "Convert CHAR to string. -This is only for backward compatibility with Emacs 20.4 and the earlier. +This is only for backward compatibility with Emacs 20.4 and earlier. If optional 2nd arg TYPE is non-nil, it is `string', `list', or `vector'. In this case, CHAR is converted string, list of CHAR, or -- 2.39.2