summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Heuer <kwzh@gnu.org>1995-12-13 02:09:24 +0000
committerKarl Heuer <kwzh@gnu.org>1995-12-13 02:09:24 +0000
commit99258997b4a3a8b2ecc13fb0e2aa44ac49cf3369 (patch)
tree1d1662e9104fa42154bb35a5e0e92d7d8a8a044e
parentd873f75a586edfb1a83696cde793edfd408ce2cc (diff)
downloademacs-99258997b4a3a8b2ecc13fb0e2aa44ac49cf3369.tar.gz
(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 f83de9f765e..d8450141b48 100644
--- a/lisp/textmodes/fill.el
+++ b/lisp/textmodes/fill.el
@@ -132,7 +132,7 @@ Remove indentation from each line."
(defun fill-context-prefix (from to &optional first-line-regexp)
"Compute a fill prefix from the text between FROM and TO.
-This uses the variables `adapive-fill-prefix' and `adaptive-fill-function'.
+This uses the variables `adaptive-fill-prefix' and `adaptive-fill-function'.
If FIRST-LINE-REGEXP is non-nil, then when taking a prefix from the
first line, insist it must match FIRST-LINE-REGEXP."
(save-excursion