paragraphs: update sentence-end-base :version after changing the default
The default value of the `sentence-end-base' defcustom has been changed in ‘recognise more Unicode characters as end of sentence’ commit but :version has not been updated accordingly. Fix that.
This commit is contained in:
parent
db5d41159e
commit
f948b5d9ff
1 changed files with 1 additions and 1 deletions
|
@ -172,7 +172,7 @@ to obtain the value of this variable."
|
|||
"Regexp matching the basic end of a sentence, not including following space."
|
||||
:group 'paragraphs
|
||||
:type 'string
|
||||
:version "22.1")
|
||||
:version "25.1")
|
||||
(put 'sentence-end-base 'safe-local-variable 'stringp)
|
||||
|
||||
(defun sentence-end ()
|
||||
|
|
Loading…
Add table
Reference in a new issue