From: Eli Zaretskii Date: Mon, 13 Oct 2014 12:29:26 +0000 (+0300) Subject: Fix commentary to last commit. X-Git-Tag: emacs-25.0.90~2635^2~679^2~50^2~9 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5b6bb755ca00665e8736abf98ba6d12c6f0211ae;p=emacs.git Fix commentary to last commit. --- 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))