mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-23 10:34:07 +00:00
* composite.el (auto-compose-chars): Fix typo in docstring.
This commit is contained in:
parent
087e2ea955
commit
1ce3d35b78
@ -1,3 +1,7 @@
|
||||
2009-03-25 Juanma Barranquero <lekktu@gmail.com>
|
||||
|
||||
* composite.el (auto-compose-chars): Fix typo in docstring.
|
||||
|
||||
2009-03-24 Michael Albinus <michael.albinus@gmx.de>
|
||||
|
||||
* net/ange-ftp.el (ange-ftp-skip-msgs): Add 534.
|
||||
|
@ -712,9 +712,7 @@ FUNC is called with one argument GSTRING which is built for characters
|
||||
in the region FROM (inclusive) and TO (exclusive).
|
||||
|
||||
If the character are composed on a graphic display, FONT-OBJECT
|
||||
is a font to use.
|
||||
|
||||
Otherwise, FONT-OBJECT is nil, and the fucntion
|
||||
is a font to use. Otherwise, FONT-OBJECT is nil, and the function
|
||||
`compose-gstring-for-terminal' is used instead of FUNC.
|
||||
|
||||
If STRING is non-nil, it is a string, and FROM and TO are indices
|
||||
|
Loading…
Reference in New Issue
Block a user