diff options
| -rw-r--r-- | lisp/textmodes/fill.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/textmodes/fill.el b/lisp/textmodes/fill.el index 2ea712f3d01..eb2ba5be696 100644 --- a/lisp/textmodes/fill.el +++ b/lisp/textmodes/fill.el | |||
| @@ -265,7 +265,8 @@ Prefix arg (non-nil third arg, if called from program) means justify as well." | |||
| 265 | (setq nmove (1- nmove)))) | 265 | (setq nmove (1- nmove)))) |
| 266 | (insert " ") | 266 | (insert " ") |
| 267 | (skip-chars-backward " ") | 267 | (skip-chars-backward " ") |
| 268 | (setq ncols (1- ncols)))))))) | 268 | (setq ncols (1- ncols))))))) |
| 269 | nil) | ||
| 269 | 270 | ||
| 270 | (defun fill-individual-paragraphs (min max &optional justifyp mailp) | 271 | (defun fill-individual-paragraphs (min max &optional justifyp mailp) |
| 271 | "Fill each paragraph in region according to its individual fill prefix. | 272 | "Fill each paragraph in region according to its individual fill prefix. |