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:
parent
b4c4f2f4d1
commit
e5b1b45c36
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue