emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/lisp/abbrev.el,v
Date: Sun, 04 Nov 2007 22:58:51 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Juanma Barranquero <lektu>      07/11/04 22:58:50

Index: abbrev.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/abbrev.el,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -b -r1.59 -r1.60
--- abbrev.el   4 Nov 2007 02:57:51 -0000       1.59
+++ abbrev.el   4 Nov 2007 22:58:50 -0000       1.60
@@ -889,7 +889,7 @@
   abbreviations.
 - `:case-fixed' non-nil means that abbreviations are looked up without
   case-folding, and the expansion is not capitalized/upcased.
-- `:regexp' describes the form of abbrevs.  It defaults to \\<\\(\\w+\\)\\W* 
which
+- `:regexp' describes the form of abbrevs.  It defaults to 
\\=\\<\\(\\w+\\)\\W* which
   means that an abbrev can only be a single word.  The submatch 1 is treated
   as the potential name of an abbrev.
 - `:enable-function' can be set to a function of no argument which returns




reply via email to

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