]> git.eshelyaron.com Git - emacs.git/commitdiff
Add more quote-end characters to sentence-end-base
authorLars Ingebrigtsen <larsi@gnus.org>
Tue, 9 Jul 2019 13:38:19 +0000 (15:38 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Tue, 9 Jul 2019 13:38:26 +0000 (15:38 +0200)
* lisp/textmodes/paragraphs.el (sentence-end-base): Add › and »
(bug#36359).

lisp/textmodes/paragraphs.el

index 1d12e53c10a5a0cfb22c244e1a4de4daa9c2f5b1..3762010985f9e635c232d356dd230545f5c93100 100644 (file)
@@ -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