# HG changeset patch # User Juri Linkov # Date 1082326981 0 # Node ID 5a763a5239200d233015a2ae266c72eb0969bfce # Parent 593e8cff78353b5993ac672719a467e28b9490e1 sentence-end diff -r 593e8cff7835 -r 5a763a523920 etc/NEWS --- a/etc/NEWS Sun Apr 18 22:12:23 2004 +0000 +++ b/etc/NEWS Sun Apr 18 22:23:01 2004 +0000 @@ -2071,6 +2071,12 @@ variable `sentence-end-without-space' which contains such characters that end a sentence without following spaces. +** The function `sentence-end' should be used to obtain the value of +the variable `sentence-end'. If the variable `sentence-end' is nil, +then this function returns the regexp constructed from the variables +`sentence-end-without-period', `sentence-end-double-space' and +`sentence-end-without-space'. + +++ ** The flags, width, and precision options for %-specifications in function `format' are now documented. Some flags that were accepted but not