1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-23 07:19:15 +00:00

sentence-end

This commit is contained in:
Juri Linkov 2004-04-18 22:23:01 +00:00
parent 7226605688
commit 8bc51bd120

View File

@ -2071,6 +2071,12 @@ number of corresponding line in current buffer.
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