diff options
| -rw-r--r-- | lisp/ChangeLog | 4 | ||||
| -rw-r--r-- | lisp/textmodes/paragraphs.el | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 77744ca37eb..08d8fd2c980 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2001-04-22 Eli Zaretskii <eliz@is.elta.co.il> | ||
| 2 | |||
| 3 | * textmodes/paragraphs.el (sentence-end): Doc fix. | ||
| 4 | |||
| 1 | 2001-04-20 Alex Schroeder <alex@gnu.org> | 5 | 2001-04-20 Alex Schroeder <alex@gnu.org> |
| 2 | 6 | ||
| 3 | * sql.el (sql-escape-newlines-and-send): New function. | 7 | * sql.el (sql-escape-newlines-and-send): New function. |
diff --git a/lisp/textmodes/paragraphs.el b/lisp/textmodes/paragraphs.el index 305f24b6049..4ecc0c2d433 100644 --- a/lisp/textmodes/paragraphs.el +++ b/lisp/textmodes/paragraphs.el | |||
| @@ -130,6 +130,7 @@ text indented by a margin setting." | |||
| 130 | 130 | ||
| 131 | (defcustom sentence-end (purecopy "[.?!][]\"')}]*\\($\\| $\\|\t\\| \\)[ \t\n]*") | 131 | (defcustom sentence-end (purecopy "[.?!][]\"')}]*\\($\\| $\\|\t\\| \\)[ \t\n]*") |
| 132 | "*Regexp describing the end of a sentence. | 132 | "*Regexp describing the end of a sentence. |
| 133 | The value includes the whitespace following the sentence. | ||
| 133 | All paragraph boundaries also end sentences, regardless. | 134 | All paragraph boundaries also end sentences, regardless. |
| 134 | 135 | ||
| 135 | The default value specifies that in order to be recognized as the end | 136 | The default value specifies that in order to be recognized as the end |