diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/lispref/display.texi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/lispref/display.texi b/doc/lispref/display.texi index d044763523b..9e83e4a9bcc 100644 --- a/doc/lispref/display.texi +++ b/doc/lispref/display.texi | |||
| @@ -2463,6 +2463,10 @@ you can say: | |||
| 2463 | @example | 2463 | @example |
| 2464 | (apply #'insert (cdr (string-glyph-split string)))) | 2464 | (apply #'insert (cdr (string-glyph-split string)))) |
| 2465 | @end example | 2465 | @end example |
| 2466 | |||
| 2467 | Caveat: for this function to recognize and process character | ||
| 2468 | compositions, @code{auto-composition-mode} must be enabled, and the | ||
| 2469 | current buffer must be displayed in some window. | ||
| 2466 | @end defun | 2470 | @end defun |
| 2467 | 2471 | ||
| 2468 | When a buffer is displayed with line numbers (@pxref{Display Custom,,, | 2472 | When a buffer is displayed with line numbers (@pxref{Display Custom,,, |