emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/complete.el


From: Werner LEMBERG
Subject: [Emacs-diffs] Changes to emacs/lisp/complete.el
Date: Fri, 25 Mar 2005 04:49:01 -0500

Index: emacs/lisp/complete.el
diff -c emacs/lisp/complete.el:1.41 emacs/lisp/complete.el:1.42
*** emacs/lisp/complete.el:1.41 Tue Dec 23 23:42:28 2003
--- emacs/lisp/complete.el      Fri Mar 25 09:49:00 2005
***************
*** 1,6 ****
  ;;; complete.el --- partial completion mechanism plus other goodies
  
! ;; Copyright (C) 1990, 1991, 1992, 1993, 1999, 2000, 2003
  ;;  Free Software Foundation, Inc.
  
  ;; Author: Dave Gillespie <address@hidden>
--- 1,6 ----
  ;;; complete.el --- partial completion mechanism plus other goodies
  
! ;; Copyright (C) 1990, 1991, 1992, 1993, 1999, 2000, 2003, 2005
  ;;  Free Software Foundation, Inc.
  
  ;; Author: Dave Gillespie <address@hidden>
***************
*** 118,124 ****
  If `]' is in this string, it must come first.
  If `^' is in this string, it must not come first.
  If `-' is in this string, it must come first or right after `]'.
! In other words, if S is this string, then `[S]' must be a legal Emacs regular
  expression (not containing character ranges like `a-z')."
    :type 'string
    :group 'partial-completion)
--- 118,124 ----
  If `]' is in this string, it must come first.
  If `^' is in this string, it must not come first.
  If `-' is in this string, it must come first or right after `]'.
! In other words, if S is this string, then `[S]' must be a valid Emacs regular
  expression (not containing character ranges like `a-z')."
    :type 'string
    :group 'partial-completion)




reply via email to

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