Mercurial > emacs
changeset 74161:ccff63c8ae4c
(tabify-regexp): Doc fix.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Fri, 24 Nov 2006 16:42:26 +0000 |
parents | 6e1dfb25e826 |
children | 378d4ce7b0ca |
files | lisp/tabify.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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