diff options
| author | Karl Heuer | 1999-07-30 14:31:57 +0000 |
|---|---|---|
| committer | Karl Heuer | 1999-07-30 14:31:57 +0000 |
| commit | 39f5988df8a361b2367db388812ecb7fe076a39f (patch) | |
| tree | 05441c5dadc16fe32361b80af056c553d7fe6901 | |
| parent | c5749019d94724bc2e8e6dbfc63f38f3bb1c199c (diff) | |
| download | emacs-39f5988df8a361b2367db388812ecb7fe076a39f.tar.gz emacs-39f5988df8a361b2367db388812ecb7fe076a39f.zip | |
(fill-context-prefix): Doc fix.
| -rw-r--r-- | lisp/textmodes/fill.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/textmodes/fill.el b/lisp/textmodes/fill.el index 571e39cc8bf..e79b5588a91 100644 --- a/lisp/textmodes/fill.el +++ b/lisp/textmodes/fill.el | |||
| @@ -184,7 +184,7 @@ Remove indentation from each line." | |||
| 184 | 184 | ||
| 185 | (defun fill-context-prefix (from to &optional first-line-regexp) | 185 | (defun fill-context-prefix (from to &optional first-line-regexp) |
| 186 | "Compute a fill prefix from the text between FROM and TO. | 186 | "Compute a fill prefix from the text between FROM and TO. |
| 187 | This uses the variables `adaptive-fill-prefix' and `adaptive-fill-function' | 187 | This uses the variables `adaptive-fill-regexp' and `adaptive-fill-function' |
| 188 | and `adaptive-fill-first-line-regexp'. `paragraph-start' also plays a role; | 188 | and `adaptive-fill-first-line-regexp'. `paragraph-start' also plays a role; |
| 189 | we reject a prefix based on a one-line paragraph if that prefix would | 189 | we reject a prefix based on a one-line paragraph if that prefix would |
| 190 | act as a paragraph-separator." | 190 | act as a paragraph-separator." |