(sentence-end): Doc fix.
This commit is contained in:
parent
78c1afb681
commit
ac1470eb03
2 changed files with 5 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
2001-04-22 Eli Zaretskii <eliz@is.elta.co.il>
|
||||
|
||||
* textmodes/paragraphs.el (sentence-end): Doc fix.
|
||||
|
||||
2001-04-20 Alex Schroeder <alex@gnu.org>
|
||||
|
||||
* sql.el (sql-escape-newlines-and-send): New function.
|
||||
|
|
|
@ -130,6 +130,7 @@ text indented by a margin setting."
|
|||
|
||||
(defcustom sentence-end (purecopy "[.?!][]\"')}]*\\($\\| $\\|\t\\| \\)[ \t\n]*")
|
||||
"*Regexp describing the end of a sentence.
|
||||
The value includes the whitespace following the sentence.
|
||||
All paragraph boundaries also end sentences, regardless.
|
||||
|
||||
The default value specifies that in order to be recognized as the end
|
||||
|
|
Loading…
Add table
Reference in a new issue