whitespace-report-text

whitespace-report-text is a variable defined in `whitespace.el'.
Its value is

(" Whitespace Report\n\n Current Setting Whitespace Problem\n\n empty [] [] empty lines at beginning of buffer\n empty [] [] empty lines at end of buffer\n trailing [] [] SPACEs or TABs at end of line\n indentation [] [] 8 or more SPACEs at beginning of line\n indentation::tab [] [] 8 or more SPACEs at beginning of line\n indentation::space [] [] TABs at beginning of line\n space-before-tab [] [] SPACEs before TAB\n space-before-tab::tab [] [] SPACEs before TAB: SPACEs\n space-before-tab::space [] [] SPACEs before TAB: TABs\n space-after-tab [] [] 8 or more SPACEs after TAB\n space-after-tab::tab [] [] 8 or more SPACEs after TAB: SPACEs\n space-after-tab::space [] [] 8 or more SPACEs after TAB: TABs\n\n indent-tabs-mode =\n tab-width = \n\n" . " Whitespace Report\n\n Current Setting Whitespace Problem\n\n empty [] [] empty lines at beginning of buffer\n empty [] [] empty lines at end of buffer\n trailing [] [] SPACEs or TABs at end of line\n indentation [] [] TABs at beginning of line\n indentation::tab [] [] 8 or more SPACEs at beginning of line\n indentation::space [] [] TABs at beginning of line\n space-before-tab [] [] SPACEs before TAB\n space-before-tab::tab [] [] SPACEs before TAB: SPACEs\n space-before-tab::space [] [] SPACEs before TAB: TABs\n space-after-tab [] [] 8 or more SPACEs after TAB\n space-after-tab::tab [] [] 8 or more SPACEs after TAB: SPACEs\n space-after-tab::space [] [] 8 or more SPACEs after TAB: TABs\n\n indent-tabs-mode =\n tab-width = \n\n")

  • This variable may be risky if used as a file-local variable.

Documentation:
Text for whitespace bogus report.

It is a cons of strings, where the car part is used when
`indent-tabs-mode' is non-nil, and the cdr part is used when
`indent-tabs-mode' is nil.