diff options
Diffstat (limited to 'src/composite.c')
-rw-r--r-- | src/composite.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/composite.c b/src/composite.c index efbd055cef2..2725ab3b99c 100644 --- a/src/composite.c +++ b/src/composite.c @@ -77,7 +77,7 @@ along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. */ composition, the elements are characters or encoded composition rules. - MODIFICATION-FUNC -- If non nil, it is a function to call when the + MODIFICATION-FUNC -- If non-nil, it is a function to call when the composition gets invalid after a modification in a buffer. If it is nil, a function in `composition-function-table' of the first character in the sequence is called. |