diff options
| author | Lars Ingebrigtsen | 2022-03-22 23:44:16 +0100 |
|---|---|---|
| committer | Lars Ingebrigtsen | 2022-03-22 23:44:16 +0100 |
| commit | 601e0d992ed66196ebcec3ef9c65ee659c092c93 (patch) | |
| tree | 54b6e5324c34747385b639e1fd736dca61759548 /etc | |
| parent | 5e5bc0c0bcca5e7d33cc5f533d43db31d3856706 (diff) | |
| download | emacs-601e0d992ed66196ebcec3ef9c65ee659c092c93.tar.gz emacs-601e0d992ed66196ebcec3ef9c65ee659c092c93.zip | |
Mention highlight-confusing-reorderings in doc string
* src/xdisp.c (Fbidi_find_overridden_directionality): Mention
highlight-confusing-reorderings.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -450,6 +450,7 @@ the corresponding deleted frame. | |||
| 450 | By default, it contains 'C-c <left>' and 'C-c <right>' to browse | 450 | By default, it contains 'C-c <left>' and 'C-c <right>' to browse |
| 451 | the history of tab window configurations back and forward. | 451 | the history of tab window configurations back and forward. |
| 452 | 452 | ||
| 453 | --- | ||
| 453 | ** Better detection of text suspiciously reordered on display. | 454 | ** Better detection of text suspiciously reordered on display. |
| 454 | The function 'bidi-find-overridden-directionality' has been extended | 455 | The function 'bidi-find-overridden-directionality' has been extended |
| 455 | to detect reordering effects produced by embeddings and isolates | 456 | to detect reordering effects produced by embeddings and isolates |