From e5b1b45c3609d1dcb5bf9ddb24263022e386b173 Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Fri, 24 Nov 2006 16:42:26 +0000 Subject: [PATCH] (tabify-regexp): Doc fix. --- lisp/tabify.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2