diff options
Diffstat (limited to 'modules/custom-functions.el')
| -rw-r--r-- | modules/custom-functions.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/custom-functions.el b/modules/custom-functions.el index 59a31ec2a..46a62af2c 100644 --- a/modules/custom-functions.el +++ b/modules/custom-functions.el @@ -87,7 +87,7 @@ Otherwise, complain." (defun cj/format-region-or-buffer () "Reformat the region or the entire buffer. -Deletes all trailing whitespace, reindents the region, and replaces tabs with spaces." +Deletes trailing whitespace, reindents the region, and replaces tabs with spaces." (interactive) (let ((start-pos (if (use-region-p) (region-beginning) (point-min))) (end-pos (if (use-region-p) (region-end) (point-max)))) |
