]> git.eshelyaron.com Git - emacs.git/commitdiff
(tabify-regexp): Doc fix.
authorJuanma Barranquero <lekktu@gmail.com>
Fri, 24 Nov 2006 16:42:26 +0000 (16:42 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Fri, 24 Nov 2006 16:42:26 +0000 (16:42 +0000)
lisp/tabify.el

index de37f281eda051d7f3282055a408d46bca0f7d11..9dde60ba3d79be61a42af3c903f58a4b934497e9 100644 (file)
@@ -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