diff options
| author | Chong Yidong | 2008-10-21 23:16:29 +0000 |
|---|---|---|
| committer | Chong Yidong | 2008-10-21 23:16:29 +0000 |
| commit | 8287838d14d8fbb54ff389483d3786714517ae87 (patch) | |
| tree | d889aa4f18bd0aee0289298fa5da5dae9e404417 | |
| parent | b328f1b99f61404546c310d1b7842f9f0b5f306f (diff) | |
| download | emacs-8287838d14d8fbb54ff389483d3786714517ae87.tar.gz emacs-8287838d14d8fbb54ff389483d3786714517ae87.zip | |
(Diff Mode): Document diff-show-trailing-whitespaces.
| -rw-r--r-- | doc/emacs/files.texi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/emacs/files.texi b/doc/emacs/files.texi index 3ca80546a55..17ed5d6d143 100644 --- a/doc/emacs/files.texi +++ b/doc/emacs/files.texi | |||
| @@ -2780,6 +2780,11 @@ descriptions of the changes. @kbd{C-x 4 a} itself in Diff mode | |||
| 2780 | operates on behalf of the current hunk's file, but gets the function | 2780 | operates on behalf of the current hunk's file, but gets the function |
| 2781 | name from the patch itself. This is useful for making log entries for | 2781 | name from the patch itself. This is useful for making log entries for |
| 2782 | functions that are deleted by the patch. | 2782 | functions that are deleted by the patch. |
| 2783 | |||
| 2784 | @item M-x diff-show-trailing-whitespaces RET | ||
| 2785 | @findex diff-show-trailing-whitespaces | ||
| 2786 | Highlight syntactically problematic trailing whitespace characters | ||
| 2787 | (usually errors introduced when editing a patch). | ||
| 2783 | @end table | 2788 | @end table |
| 2784 | 2789 | ||
| 2785 | 2790 | ||