diff options
| author | Juanma Barranquero | 2002-09-06 09:02:46 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2002-09-06 09:02:46 +0000 |
| commit | 9baf741813165fbef7a49f727ee6b44d537c686a (patch) | |
| tree | 267ccd2ca4fce52a03915d5702ae1d4319a508f6 /src | |
| parent | 5f90b4fbb22dc4ab6e0d8138b2812b228defb454 (diff) | |
| download | emacs-9baf741813165fbef7a49f727ee6b44d537c686a.tar.gz emacs-9baf741813165fbef7a49f727ee6b44d537c686a.zip | |
(Fcompose_region_internal, Fcompose_string_internal): Fix spacing.
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 | { |