aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2014-10-13 15:29:26 +0300
committerEli Zaretskii2014-10-13 15:29:26 +0300
commit5b6bb755ca00665e8736abf98ba6d12c6f0211ae (patch)
tree007ea8003f6167a4a294797e8efc50aabba3ea75
parentd6eeb62788c1f5ac51d6bc9eff31ec9aea49c98c (diff)
downloademacs-5b6bb755ca00665e8736abf98ba6d12c6f0211ae.tar.gz
emacs-5b6bb755ca00665e8736abf98ba6d12c6f0211ae.zip
Fix commentary to last commit.
-rw-r--r--lisp/simple.el2
1 files changed, 1 insertions, 1 deletions
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'."
1224 ;; embedding, which eliminates any effects on the rest of 1224 ;; embedding, which eliminates any effects on the rest of
1225 ;; the line. For RLE and RLO we also append an invisible 1225 ;; the line. For RLE and RLO we also append an invisible
1226 ;; LRM, to avoid reordering the following numerical 1226 ;; LRM, to avoid reordering the following numerical
1227 ;; characters. 1227 ;; characters. For LRI/RLI/FSI we append a PDI.
1228 (cond ((memq char '(?\x202a ?\x202d)) 1228 (cond ((memq char '(?\x202a ?\x202d))
1229 (propertize (string ?\x202c) 'invisible t)) 1229 (propertize (string ?\x202c) 'invisible t))
1230 ((memq char '(?\x202b ?\x202e)) 1230 ((memq char '(?\x202b ?\x202e))