1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

(tabify-regexp): Doc fix.

This commit is contained in:
Juanma Barranquero 2006-11-24 16:42:26 +00:00
parent b4c4f2f4d1
commit e5b1b45c36

View 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