aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorK. Handa2017-11-07 20:50:46 +0900
committerK. Handa2017-11-07 20:50:46 +0900
commit3d6165769417f52d26852dee7d6bee3d6086ca8a (patch)
treec5c7a5c57164161ac13c6d04763e4e4ec96c6436
parentdb949166ecb9aeaa15aa41369a55b3ea6ceaa3b0 (diff)
downloademacs-3d6165769417f52d26852dee7d6bee3d6086ca8a.tar.gz
emacs-3d6165769417f52d26852dee7d6bee3d6086ca8a.zip
Fix docstring of arabic-shaper-ZWNJ-handling
* lisp/language/misc-lang.el (arabic-shaper-ZWNJ-handling): Adjusted the doctstring for addition of :set (bug#28312).
-rw-r--r--lisp/language/misc-lang.el4
1 files changed, 1 insertions, 3 deletions
diff --git a/lisp/language/misc-lang.el b/lisp/language/misc-lang.el
index cbb581fd19f..c1aa79cae45 100644
--- a/lisp/language/misc-lang.el
+++ b/lisp/language/misc-lang.el
@@ -87,9 +87,7 @@ If the value is `absorb', ZWNJ is absorbed into the previous
87grapheme cluster, and not displayed. 87grapheme cluster, and not displayed.
88 88
89If the value is `as-space', the glyph is displayed by a 89If the value is `as-space', the glyph is displayed by a
90thin (i.e. 1-dot width) space. 90thin (i.e. 1-dot width) space."
91
92Customizing the value takes effect when you start Emacs next time."
93 :group 'mule 91 :group 'mule
94 :version "26.1" 92 :version "26.1"
95 :type '(choice 93 :type '(choice