From 3d6165769417f52d26852dee7d6bee3d6086ca8a Mon Sep 17 00:00:00 2001 From: "K. Handa" Date: Tue, 7 Nov 2017 20:50:46 +0900 Subject: [PATCH] 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). --- lisp/language/misc-lang.el | 4 +--- 1 file changed, 1 insertion(+), 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 grapheme cluster, and not displayed. If the value is `as-space', the glyph is displayed by a -thin (i.e. 1-dot width) space. - -Customizing the value takes effect when you start Emacs next time." +thin (i.e. 1-dot width) space." :group 'mule :version "26.1" :type '(choice -- 2.39.5