mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-03 08:30:09 +00:00
(fill-context-prefix): Doc fix.
This commit is contained in:
parent
cfbeebb056
commit
dea10df4d4
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user