emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/tabify.el,v


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/lisp/tabify.el,v
Date: Fri, 24 Nov 2006 16:42:26 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Juanma Barranquero <lektu>      06/11/24 16:42:26

Index: tabify.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/tabify.el,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -b -r1.20 -r1.21
--- tabify.el   25 Jul 2006 18:05:54 -0000      1.20
+++ tabify.el   24 Nov 2006 16:42:26 -0000      1.21
@@ -52,7 +52,7 @@
 
 (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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]