mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-04-27 16:51:06 -07:00
(Fcompose_region_internal, Fcompose_string_internal): Fix spacing.
This commit is contained in:
parent
5f90b4fbb2
commit
9baf741813
1 changed files with 2 additions and 2 deletions
|
|
@ -715,7 +715,7 @@ DEFUN ("compose-region-internal", Fcompose_region_internal,
|
|||
|
||||
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. */)
|
||||
for the composition. See `compose-region' for more detail. */)
|
||||
(start, end, components, mod_func)
|
||||
Lisp_Object start, end, components, mod_func;
|
||||
{
|
||||
|
|
@ -736,7 +736,7 @@ DEFUN ("compose-string-internal", Fcompose_string_internal,
|
|||
|
||||
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. */)
|
||||
for the composition. See `compose-string' for more detail. */)
|
||||
(string, start, end, components, mod_func)
|
||||
Lisp_Object string, start, end, components, mod_func;
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue