From 5b6bb755ca00665e8736abf98ba6d12c6f0211ae Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Mon, 13 Oct 2014 15:29:26 +0300 Subject: [PATCH] Fix commentary to last commit. --- lisp/simple.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/simple.el b/lisp/simple.el index 63d458cb80e..c62a91fec10 100644 --- a/lisp/simple.el +++ b/lisp/simple.el @@ -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)) -- 2.39.5