diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/composite.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/composite.c b/src/composite.c index 1cc4679d891..99ffc1fb908 100644 --- a/src/composite.c +++ b/src/composite.c | |||
| @@ -715,7 +715,7 @@ DEFUN ("compose-region-internal", Fcompose_region_internal, | |||
| 715 | 715 | ||
| 716 | Compose text in the region between START and END. | 716 | Compose text in the region between START and END. |
| 717 | Optional 3rd and 4th arguments are COMPONENTS and MODIFICATION-FUNC | 717 | Optional 3rd and 4th arguments are COMPONENTS and MODIFICATION-FUNC |
| 718 | for the composition. See `compose-region' for more detail. */) | 718 | for the composition. See `compose-region' for more detail. */) |
| 719 | (start, end, components, mod_func) | 719 | (start, end, components, mod_func) |
| 720 | Lisp_Object start, end, components, mod_func; | 720 | Lisp_Object start, end, components, mod_func; |
| 721 | { | 721 | { |
| @@ -736,7 +736,7 @@ DEFUN ("compose-string-internal", Fcompose_string_internal, | |||
| 736 | 736 | ||
| 737 | Compose text between indices START and END of STRING. | 737 | Compose text between indices START and END of STRING. |
| 738 | Optional 4th and 5th arguments are COMPONENTS and MODIFICATION-FUNC | 738 | Optional 4th and 5th arguments are COMPONENTS and MODIFICATION-FUNC |
| 739 | for the composition. See `compose-string' for more detail. */) | 739 | for the composition. See `compose-string' for more detail. */) |
| 740 | (string, start, end, components, mod_func) | 740 | (string, start, end, components, mod_func) |
| 741 | Lisp_Object string, start, end, components, mod_func; | 741 | Lisp_Object string, start, end, components, mod_func; |
| 742 | { | 742 | { |