/[emacs]/emacs/src/composite.c
ViewVC logotype

Diff of /emacs/src/composite.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.17 by pj, Tue Nov 13 07:44:43 2001 UTC revision 1.18 by lektu, Fri Jun 14 16:28:58 2002 UTC
# Line 721  DEFUN ("compose-region-internal", Fcompo Line 721  DEFUN ("compose-region-internal", Fcompo
721    
722  Compose text in the region between START and END.  Compose text in the region between START and END.
723  Optional 3rd and 4th arguments are COMPONENTS and MODIFICATION-FUNC  Optional 3rd and 4th arguments are COMPONENTS and MODIFICATION-FUNC
724  for the composition.   See `compose-region' for more detial. */)  for the composition.   See `compose-region' for more detail. */)
725       (start, end, components, mod_func)       (start, end, components, mod_func)
726       Lisp_Object start, end, components, mod_func;       Lisp_Object start, end, components, mod_func;
727  {  {
# Line 742  DEFUN ("compose-string-internal", Fcompo Line 742  DEFUN ("compose-string-internal", Fcompo
742    
743  Compose text between indices START and END of STRING.  Compose text between indices START and END of STRING.
744  Optional 4th and 5th arguments are COMPONENTS and MODIFICATION-FUNC  Optional 4th and 5th arguments are COMPONENTS and MODIFICATION-FUNC
745  for the composition.   See `compose-string' for more detial.  */)  for the composition.   See `compose-string' for more detail.  */)
746       (string, start, end, components, mod_func)       (string, start, end, components, mod_func)
747       Lisp_Object string, start, end, components, mod_func;       Lisp_Object string, start, end, components, mod_func;
748  {  {

Legend:
Removed from v.1.17  
changed lines
  Added in v.1.18

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26