diff options
| author | Sean Whitton | 2025-10-07 18:04:20 +0100 |
|---|---|---|
| committer | Sean Whitton | 2025-10-07 18:04:20 +0100 |
| commit | c95b33da9c4ae3aaf33db3b3cbb40216ca3649c1 (patch) | |
| tree | fb98f41de1439fae57d5439fbead86dc4a2f3fc9 /doc | |
| parent | 0c80d3bee62df9a4bc8a3eb99a5feebb1296ed31 (diff) | |
| parent | cd400326b2f9991cbca527caaa61649e48cf790b (diff) | |
| download | emacs-c95b33da9c4ae3aaf33db3b3cbb40216ca3649c1.tar.gz emacs-c95b33da9c4ae3aaf33db3b3cbb40216ca3649c1.zip | |
Merge from origin/emacs-30
cd400326b2f ; Improve documentation of 'string-glyph-split'
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,,, |