diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2006-11-24 16:42:26 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2006-11-24 16:42:26 +0000 |
commit | e5b1b45c3609d1dcb5bf9ddb24263022e386b173 (patch) | |
tree | 3fa8ce650c409b0e97454a242c2a2248a98c8095 /lisp/tabify.el | |
parent | b4c4f2f4d1525108a1470bd8f236913af1969938 (diff) | |
download | emacs-e5b1b45c3609d1dcb5bf9ddb24263022e386b173.tar.gz |
(tabify-regexp): Doc fix.
Diffstat (limited to 'lisp/tabify.el')
-rw-r--r-- | lisp/tabify.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/tabify.el b/lisp/tabify.el index de37f281eda..9dde60ba3d7 100644 --- a/lisp/tabify.el +++ b/lisp/tabify.el @@ -52,7 +52,7 @@ The variable `tab-width' controls the spacing of tab stops." (defvar tabify-regexp " [ \t]+" "Regexp matching whitespace that tabify should consider. -Usually this will be \" [ \\t]+\" to match two or more spaces or tabs. +Usually this will be \" [ \\t]+\" to match a space followed by whitespace. \"^\\t* [ \\t]+\" is also useful, for tabifying only initial whitespace.") ;;;###autoload |