Mercurial > emacs
comparison etc/NEWS @ 54982:5a763a523920
sentence-end
author | Juri Linkov <juri@jurta.org> |
---|---|
date | Sun, 18 Apr 2004 22:23:01 +0000 |
parents | ea5155e2fbe2 |
children | fef941157a2e |
comparison
equal
deleted
inserted
replaced
54981:593e8cff7835 | 54982:5a763a523920 |
---|---|
2068 number of corresponding line in current buffer. | 2068 number of corresponding line in current buffer. |
2069 | 2069 |
2070 ** The default value of `sentence-end' is now defined using the new | 2070 ** The default value of `sentence-end' is now defined using the new |
2071 variable `sentence-end-without-space' which contains such characters | 2071 variable `sentence-end-without-space' which contains such characters |
2072 that end a sentence without following spaces. | 2072 that end a sentence without following spaces. |
2073 | |
2074 ** The function `sentence-end' should be used to obtain the value of | |
2075 the variable `sentence-end'. If the variable `sentence-end' is nil, | |
2076 then this function returns the regexp constructed from the variables | |
2077 `sentence-end-without-period', `sentence-end-double-space' and | |
2078 `sentence-end-without-space'. | |
2073 | 2079 |
2074 +++ | 2080 +++ |
2075 ** The flags, width, and precision options for %-specifications in function | 2081 ** The flags, width, and precision options for %-specifications in function |
2076 `format' are now documented. Some flags that were accepted but not | 2082 `format' are now documented. Some flags that were accepted but not |
2077 implemented (such as "*") are no longer accepted. | 2083 implemented (such as "*") are no longer accepted. |