]> code.delx.au - gnu-emacs/blobdiff - lisp/textmodes/fill.el
Merge from emacs--devo--0
[gnu-emacs] / lisp / textmodes / fill.el
index 0516a4ab8a54537270a342611c972eaea4681fd3..6badf8f51e18a76bb733a3dbf4cc07dc39be6146 100644 (file)
@@ -405,7 +405,7 @@ Don't move back past the buffer position LIMIT.
 This function is called when we are going to break the current line
 after or before a non-ASCII character.  If the charset of the
 character has the property `fill-find-break-point-function', this
-function calls the property value as a function with one arg LINEBEG.
+function calls the property value as a function with one arg LIMIT.
 If the charset has no such property, do nothing."
   (let ((func (or
               (aref fill-find-break-point-function-table (following-char))