Fix commentary to last commit.
This commit is contained in:
parent
d6eeb62788
commit
5b6bb755ca
1 changed files with 1 additions and 1 deletions
|
@ -1224,7 +1224,7 @@ in *Help* buffer. See also the command `describe-char'."
|
|||
;; embedding, which eliminates any effects on the rest of
|
||||
;; the line. For RLE and RLO we also append an invisible
|
||||
;; LRM, to avoid reordering the following numerical
|
||||
;; characters.
|
||||
;; characters. For LRI/RLI/FSI we append a PDI.
|
||||
(cond ((memq char '(?\x202a ?\x202d))
|
||||
(propertize (string ?\x202c) 'invisible t))
|
||||
((memq char '(?\x202b ?\x202e))
|
||||
|
|
Loading…
Add table
Reference in a new issue