/[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.14.4.1 by handa, Mon Aug 19 02:54:10 2002 UTC revision 1.14.4.2 by lektu, Fri Sep 6 10:04:40 2002 UTC
# Line 721  DEFUN ("compose-region-internal", Fcompo Line 721  DEFUN ("compose-region-internal", Fcompo
721  \n\  \n\
722  Compose text in the region between START and END.\n\  Compose text in the region between START and END.\n\
723  Optional 3rd and 4th arguments are COMPONENTS and MODIFICATION-FUNC\n\  Optional 3rd and 4th arguments are COMPONENTS and MODIFICATION-FUNC\n\
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  \n\  \n\
743  Compose text between indices START and END of STRING.\n\  Compose text between indices START and END of STRING.\n\
744  Optional 4th and 5th arguments are COMPONENTS and MODIFICATION-FUNC\n\  Optional 4th and 5th arguments are COMPONENTS and MODIFICATION-FUNC\n\
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.14.4.1  
changed lines
  Added in v.1.14.4.2

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