mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
(compose-string): Doc fix.
This commit is contained in:
parent
69e7e293ce
commit
c175069475
1 changed files with 2 additions and 2 deletions
|
|
@ -207,11 +207,11 @@ positions (integers or markers) specifying the region."
|
|||
(defun compose-string (string &optional start end components modification-func)
|
||||
"Compose characters in string STRING.
|
||||
|
||||
The return value is STRING where `composition' property is put on all
|
||||
The return value is STRING with the `composition' property put on all
|
||||
the characters in it.
|
||||
|
||||
Optional 2nd and 3rd arguments START and END specify the range of
|
||||
STRING to be composed. They defaults to the beginning and the end of
|
||||
STRING to be composed. They default to the beginning and the end of
|
||||
STRING respectively.
|
||||
|
||||
Optional 4th argument COMPONENTS, if non-nil, is a character or a
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue