aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarl Heuer1999-07-30 14:31:57 +0000
committerKarl Heuer1999-07-30 14:31:57 +0000
commit39f5988df8a361b2367db388812ecb7fe076a39f (patch)
tree05441c5dadc16fe32361b80af056c553d7fe6901
parentc5749019d94724bc2e8e6dbfc63f38f3bb1c199c (diff)
downloademacs-39f5988df8a361b2367db388812ecb7fe076a39f.tar.gz
emacs-39f5988df8a361b2367db388812ecb7fe076a39f.zip
(fill-context-prefix): Doc fix.
-rw-r--r--lisp/textmodes/fill.el2
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.
187This uses the variables `adaptive-fill-prefix' and `adaptive-fill-function' 187This uses the variables `adaptive-fill-regexp' and `adaptive-fill-function'
188and `adaptive-fill-first-line-regexp'. `paragraph-start' also plays a role; 188and `adaptive-fill-first-line-regexp'. `paragraph-start' also plays a role;
189we reject a prefix based on a one-line paragraph if that prefix would 189we reject a prefix based on a one-line paragraph if that prefix would
190act as a paragraph-separator." 190act as a paragraph-separator."