diff options
author | Werner LEMBERG <wl@gnu.org> | 2005-03-25 09:49:00 +0000 |
---|---|---|
committer | Werner LEMBERG <wl@gnu.org> | 2005-03-25 09:49:00 +0000 |
commit | 932fb767f54c27e7fe185f8d23ba4b734d569ed7 (patch) | |
tree | 7a2b0612c86bcab5092d382b940890c3f4300161 | |
parent | ce7c7522955c001ec2242c9053c5bb2c4644fc8d (diff) | |
download | emacs-932fb767f54c27e7fe185f8d23ba4b734d569ed7.tar.gz |
* complete.el, thumbs.el: Replace `legal' with `valid'.
-rw-r--r-- | lisp/ChangeLog | 4 | ||||
-rw-r--r-- | lisp/complete.el | 4 | ||||
-rw-r--r-- | lisp/thumbs.el | 4 |
3 files changed, 8 insertions, 4 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index ac66214242e..e58db29adcb 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,9 @@ 2005-03-25 Werner Lemberg <wl@gnu.org> + * complete.el, thumbs.el: Replace `legal' with `valid'. + +2005-03-25 Werner Lemberg <wl@gnu.org> + * calc/calc-forms.el, calc/calc-sel: Replace `illegal' with `invalid'. * midnight.el, vc-cvs.el: Replace `illegal' with `invalid'. diff --git a/lisp/complete.el b/lisp/complete.el index d3c5de459d5..337af81de71 100644 --- a/lisp/complete.el +++ b/lisp/complete.el @@ -1,6 +1,6 @@ ;;; complete.el --- partial completion mechanism plus other goodies -;; Copyright (C) 1990, 1991, 1992, 1993, 1999, 2000, 2003 +;; Copyright (C) 1990, 1991, 1992, 1993, 1999, 2000, 2003, 2005 ;; Free Software Foundation, Inc. ;; Author: Dave Gillespie <daveg@synaptics.com> @@ -118,7 +118,7 @@ Some arcane rules: 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 +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) diff --git a/lisp/thumbs.el b/lisp/thumbs.el index 5ceb4f2c148..fd3cb13de98 100644 --- a/lisp/thumbs.el +++ b/lisp/thumbs.el @@ -1,6 +1,6 @@ ;;; thumbs.el --- Thumbnails previewer for images files -;; Copyright 2004 Free Software Foundation, Inc +;; Copyright 2004, 2005 Free Software Foundation, Inc ;; Author: Jean-Philippe Theberge <jphiltheberge@videotron.ca> ;; Keywords: Multimedia @@ -630,7 +630,7 @@ Open another window." (defun thumbs-modify-image (action &optional arg) "Call convert to do ACTION on image with argument ARG. -ACTION and ARG should be legal convert command." +ACTION and ARG should be a valid convert command." (interactive "sAction: \nsValue: ") ;; cleaning of old temp file (mapc 'delete-file |