From: Juanma Barranquero Date: Fri, 24 Nov 2006 16:42:26 +0000 (+0000) Subject: (tabify-regexp): Doc fix. X-Git-Tag: emacs-pretest-22.0.92~533 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e5b1b45c3609d1dcb5bf9ddb24263022e386b173;p=emacs.git (tabify-regexp): Doc fix. --- 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