(whitespace-cleanup): Doc fix.
This commit is contained in:
parent
a847570cfe
commit
0d92660c53
1 changed files with 2 additions and 0 deletions
|
@ -518,6 +518,8 @@ and:
|
|||
;;;###autoload
|
||||
(defun whitespace-cleanup ()
|
||||
"Cleanup the five different kinds of whitespace problems.
|
||||
It normally applies to the whole buffer, but in Transient Mark mode
|
||||
when the mark is active it applies to the region.
|
||||
See `whitespace-buffer' docstring for a summary of the problems."
|
||||
(interactive)
|
||||
(if (and transient-mark-mode mark-active)
|
||||
|
|
Loading…
Add table
Reference in a new issue