diff --git a/doc/DOCUMENTATION.org b/doc/DOCUMENTATION.org index e82061d76..47d74d2c8 100644 --- a/doc/DOCUMENTATION.org +++ b/doc/DOCUMENTATION.org @@ -1337,13 +1337,13 @@ over line numbers activation. Available properties: -| Property | Description | -|-----------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| =:disabled-for-modes= | list of major modes where line numbering is inhibited | -| =:enabled-for-modes= | disable for all major modes except those listed. Takes precedence over =:disabled-for-modes= | -| =:relative= | if non-nil, line numbers are relative to the position of the cursor | +| Property | Description | +|-----------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| +| =:disabled-for-modes= | list of major modes where line numbering is inhibited | +| =:enabled-for-modes= | disable for all major modes except those listed. Takes precedence over =:disabled-for-modes= | +| =:relative= | if non-nil, line numbers are relative to the position of the cursor | | =:visual= | if non-nil, line numbers are relative to the position of the cursor, but lines are separated by visual state - a wrapped line, for example, will be treated as more than one line. When set to t, this option takes precedence over =:relative= | -| =:size-limit-kb= | size limit in kilobytes after which line numbers are not activated | +| =:size-limit-kb= | size limit in kilobytes after which line numbers are not activated | Note that if =:enabled-for-modes= is =nil= or not specified, then the default is to enable line numbers in any =prog-mode= and =text-mode= that wasn't explicitly