emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/composite.c


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/src/composite.c
Date: Fri, 14 Jun 2002 12:29:00 -0400

Index: emacs/src/composite.c
diff -c emacs/src/composite.c:1.17 emacs/src/composite.c:1.18
*** emacs/src/composite.c:1.17  Tue Nov 13 02:44:43 2001
--- emacs/src/composite.c       Fri Jun 14 12:28:58 2002
***************
*** 721,727 ****
  
  Compose text in the region between START and END.
  Optional 3rd and 4th arguments are COMPONENTS and MODIFICATION-FUNC
! for the composition.   See `compose-region' for more detial. */)
       (start, end, components, mod_func)
       Lisp_Object start, end, components, mod_func;
  {
--- 721,727 ----
  
  Compose text in the region between START and END.
  Optional 3rd and 4th arguments are COMPONENTS and MODIFICATION-FUNC
! for the composition.   See `compose-region' for more detail. */)
       (start, end, components, mod_func)
       Lisp_Object start, end, components, mod_func;
  {
***************
*** 742,748 ****
  
  Compose text between indices START and END of STRING.
  Optional 4th and 5th arguments are COMPONENTS and MODIFICATION-FUNC
! for the composition.   See `compose-string' for more detial.  */)
       (string, start, end, components, mod_func)
       Lisp_Object string, start, end, components, mod_func;
  {
--- 742,748 ----
  
  Compose text between indices START and END of STRING.
  Optional 4th and 5th arguments are COMPONENTS and MODIFICATION-FUNC
! for the composition.   See `compose-string' for more detail.  */)
       (string, start, end, components, mod_func)
       Lisp_Object string, start, end, components, mod_func;
  {



reply via email to

[Prev in Thread] Current Thread [Next in Thread]