diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2011-12-11 21:32:49 -0800 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2011-12-11 21:32:49 -0800 |
commit | 333f9019e29e9b6de3a7ec07448be1d364ba540b (patch) | |
tree | fd19625604abbd2784e9c9de92c613ff965ea11d /lisp/obsolete | |
parent | 11636b221d2897aed5ca9a762d7b61afd20b6168 (diff) | |
download | emacs-333f9019e29e9b6de3a7ec07448be1d364ba540b.tar.gz |
Spelling fixes.
Diffstat (limited to 'lisp/obsolete')
-rw-r--r-- | lisp/obsolete/old-whitespace.el | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lisp/obsolete/old-whitespace.el b/lisp/obsolete/old-whitespace.el index c33794f668d..0c0580b55dc 100644 --- a/lisp/obsolete/old-whitespace.el +++ b/lisp/obsolete/old-whitespace.el @@ -515,12 +515,12 @@ See `whitespace-buffer' docstring for a summary of the problems." (whitespace-check-whitespace-mode current-prefix-arg) (if (and buffer-file-name whitespace-mode) (let ((whitespace-any nil) - (whitespace-tabwith 8) - (whitespace-tabwith-saved tab-width)) + (whitespace-tabwidth 8) + (whitespace-tabwidth-saved tab-width)) ;; since all printable TABS should be 8, irrespective of how ;; they are displayed. - (setq tab-width whitespace-tabwith) + (setq tab-width whitespace-tabwidth) (if (and whitespace-check-buffer-leading (whitespace-buffer-leading)) @@ -562,7 +562,7 @@ See `whitespace-buffer' docstring for a summary of the problems." (message "The region is now clean") (message "%s is now clean" buffer-file-name))) (whitespace-update-modeline))) - (setq tab-width whitespace-tabwith-saved)))) + (setq tab-width whitespace-tabwidth-saved)))) ;;;###autoload (defun whitespace-cleanup-region (s e) |