From: Lars Ingebrigtsen Date: Tue, 9 Jul 2019 13:38:19 +0000 (+0200) Subject: Add more quote-end characters to sentence-end-base X-Git-Tag: emacs-27.0.90~2034^2~23 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0947c44306d59883d5b065f1dc7444a475ecde9b;p=emacs.git Add more quote-end characters to sentence-end-base * lisp/textmodes/paragraphs.el (sentence-end-base): Add › and » (bug#36359). --- diff --git a/lisp/textmodes/paragraphs.el b/lisp/textmodes/paragraphs.el index 1d12e53c10a..3762010985f 100644 --- a/lisp/textmodes/paragraphs.el +++ b/lisp/textmodes/paragraphs.el @@ -165,7 +165,7 @@ to obtain the value of this variable." :type '(choice regexp (const :tag "Use default value" nil))) (put 'sentence-end 'safe-local-variable 'string-or-null-p) -(defcustom sentence-end-base "[.?!…‽][]\"'”’)}]*" +(defcustom sentence-end-base "[.?!…‽][]\"'”’)}»›]*" "Regexp matching the basic end of a sentence, not including following space." :group 'paragraphs :type 'string