diff options
| -rw-r--r-- | doc/lispref/ChangeLog | 4 | ||||
| -rw-r--r-- | doc/lispref/text.texi | 6 |
2 files changed, 10 insertions, 0 deletions
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index 82393f475f7..e5097a4d172 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2007-10-06 Juri Linkov <juri@jurta.org> | ||
| 2 | |||
| 3 | * text.texi (Filling): Document fill-paragraph-or-region. | ||
| 4 | |||
| 1 | 2007-10-05 Juanma Barranquero <lekktu@gmail.com> | 5 | 2007-10-05 Juanma Barranquero <lekktu@gmail.com> |
| 2 | 6 | ||
| 3 | * display.texi (Auto Faces): Fix typo. | 7 | * display.texi (Auto Faces): Fix typo. |
diff --git a/doc/lispref/text.texi b/doc/lispref/text.texi index 22820d75582..c6da06b4a13 100644 --- a/doc/lispref/text.texi +++ b/doc/lispref/text.texi | |||
| @@ -1453,6 +1453,12 @@ The variable @code{paragraph-separate} controls how to distinguish | |||
| 1453 | paragraphs. @xref{Standard Regexps}. | 1453 | paragraphs. @xref{Standard Regexps}. |
| 1454 | @end deffn | 1454 | @end deffn |
| 1455 | 1455 | ||
| 1456 | @deffn Command fill-paragraph-or-region justify | ||
| 1457 | In Transient Mark mode, when the mark is active, this command calls | ||
| 1458 | @code{fill-region} on the active region. Otherwise, it calls | ||
| 1459 | @code{fill-paragraph}. | ||
| 1460 | @end deffn | ||
| 1461 | |||
| 1456 | @deffn Command fill-individual-paragraphs start end &optional justify citation-regexp | 1462 | @deffn Command fill-individual-paragraphs start end &optional justify citation-regexp |
| 1457 | This command fills each paragraph in the region according to its | 1463 | This command fills each paragraph in the region according to its |
| 1458 | individual fill prefix. Thus, if the lines of a paragraph were indented | 1464 | individual fill prefix. Thus, if the lines of a paragraph were indented |