Mercurial > emacs
diff lisp/tabify.el @ 74161:ccff63c8ae4c
(tabify-regexp): Doc fix.
| author | Juanma Barranquero <lekktu@gmail.com> |
|---|---|
| date | Fri, 24 Nov 2006 16:42:26 +0000 |
| parents | 9c3a4ec55477 |
| children | b2e5081b9320 |
line wrap: on
line diff
--- a/lisp/tabify.el Fri Nov 24 16:35:22 2006 +0000 +++ b/lisp/tabify.el Fri Nov 24 16:42:26 2006 +0000 @@ -52,7 +52,7 @@ (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
