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 /src | |
| 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 'src')
| -rw-r--r-- | src/xdisp.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/xdisp.c b/src/xdisp.c index 1e766e4a192..62c8f9d4d93 100644 --- a/src/xdisp.c +++ b/src/xdisp.c | |||
| @@ -25012,7 +25012,10 @@ function `get-char-code-property' for a way to inquire about the | |||
| 25012 | directionality is weak or neutral, such as numbers or punctuation | 25012 | directionality is weak or neutral, such as numbers or punctuation |
| 25013 | characters, can be forced to display in a very different place with | 25013 | characters, can be forced to display in a very different place with |
| 25014 | respect of its surrounding characters, so as to make the surrounding | 25014 | respect of its surrounding characters, so as to make the surrounding |
| 25015 | text confuse the user regarding what the text says. */) | 25015 | text confuse the user regarding what the text says. |
| 25016 | |||
| 25017 | Also see the `highlight-confusing-reorderings' function, which can be | ||
| 25018 | useful in similar circumstances as this function. */) | ||
| 25016 | (Lisp_Object from, Lisp_Object to, Lisp_Object object, Lisp_Object base_dir) | 25019 | (Lisp_Object from, Lisp_Object to, Lisp_Object object, Lisp_Object base_dir) |
| 25017 | { | 25020 | { |
| 25018 | struct buffer *buf = current_buffer; | 25021 | struct buffer *buf = current_buffer; |