Mercurial > emacs
comparison etc/NEWS @ 57406:1729414f0bae
*** empty log message ***
author | Luc Teirlinck <teirllm@auburn.edu> |
---|---|
date | Sat, 09 Oct 2004 18:57:48 +0000 |
parents | 6755a4a4f532 |
children | a41cd2c0fc30 |
comparison
equal
deleted
inserted
replaced
57405:ba8ab430f898 | 57406:1729414f0bae |
---|---|
2531 +++ | 2531 +++ |
2532 ** New function `line-number-at-pos' returns line number of current | 2532 ** New function `line-number-at-pos' returns line number of current |
2533 line in current buffer, or if optional buffer position is given, line | 2533 line in current buffer, or if optional buffer position is given, line |
2534 number of corresponding line in current buffer. | 2534 number of corresponding line in current buffer. |
2535 | 2535 |
2536 +++ | |
2536 ** The default value of `sentence-end' is now defined using the new | 2537 ** The default value of `sentence-end' is now defined using the new |
2537 variable `sentence-end-without-space' which contains such characters | 2538 variable `sentence-end-without-space' which contains such characters |
2538 that end a sentence without following spaces. | 2539 that end a sentence without following spaces. |
2539 | 2540 |
2541 +++ | |
2540 ** The function `sentence-end' should be used to obtain the value of | 2542 ** The function `sentence-end' should be used to obtain the value of |
2541 the variable `sentence-end'. If the variable `sentence-end' is nil, | 2543 the variable `sentence-end'. If the variable `sentence-end' is nil, |
2542 then this function returns the regexp constructed from the variables | 2544 then this function returns the regexp constructed from the variables |
2543 `sentence-end-without-period', `sentence-end-double-space' and | 2545 `sentence-end-without-period', `sentence-end-double-space' and |
2544 `sentence-end-without-space'. | 2546 `sentence-end-without-space'. |