diff --git a/lisp/so-long.el b/lisp/so-long.el index 278ad06191d056eb4ffe7f4144a32ce4c48a9285..0d411b283c7995d597234c7527d2cd7bda6321e3 100644 --- a/lisp/so-long.el +++ b/lisp/so-long.el @@ -492,9 +492,8 @@ files would prevent Emacs from handling them correctly." Only called if the major mode is a member of `so-long-target-modes'. -If the function returns non-nil, `so-long' will be invoked. - -The specified function will be called with no arguments. +The specified function will be called with no arguments. If it returns non-nil +then `so-long' will be invoked. Defaults to `so-long-detected-long-line-p'." :type '(choice (const so-long-detected-long-line-p)