diff options
| author | Werner LEMBERG | 2005-03-25 09:49:00 +0000 |
|---|---|---|
| committer | Werner LEMBERG | 2005-03-25 09:49:00 +0000 |
| commit | 932fb767f54c27e7fe185f8d23ba4b734d569ed7 (patch) | |
| tree | 7a2b0612c86bcab5092d382b940890c3f4300161 | |
| parent | ce7c7522955c001ec2242c9053c5bb2c4644fc8d (diff) | |
| download | emacs-932fb767f54c27e7fe185f8d23ba4b734d569ed7.tar.gz emacs-932fb767f54c27e7fe185f8d23ba4b734d569ed7.zip | |
* 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 @@ | |||
| 1 | 2005-03-25 Werner Lemberg <wl@gnu.org> | 1 | 2005-03-25 Werner Lemberg <wl@gnu.org> |
| 2 | 2 | ||
| 3 | * complete.el, thumbs.el: Replace `legal' with `valid'. | ||
| 4 | |||
| 5 | 2005-03-25 Werner Lemberg <wl@gnu.org> | ||
| 6 | |||
| 3 | * calc/calc-forms.el, calc/calc-sel: Replace `illegal' with | 7 | * calc/calc-forms.el, calc/calc-sel: Replace `illegal' with |
| 4 | `invalid'. | 8 | `invalid'. |
| 5 | * midnight.el, vc-cvs.el: Replace `illegal' with `invalid'. | 9 | * 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 @@ | |||
| 1 | ;;; complete.el --- partial completion mechanism plus other goodies | 1 | ;;; complete.el --- partial completion mechanism plus other goodies |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1990, 1991, 1992, 1993, 1999, 2000, 2003 | 3 | ;; Copyright (C) 1990, 1991, 1992, 1993, 1999, 2000, 2003, 2005 |
| 4 | ;; Free Software Foundation, Inc. | 4 | ;; Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Dave Gillespie <daveg@synaptics.com> | 6 | ;; Author: Dave Gillespie <daveg@synaptics.com> |
| @@ -118,7 +118,7 @@ Some arcane rules: | |||
| 118 | If `]' is in this string, it must come first. | 118 | If `]' is in this string, it must come first. |
| 119 | If `^' is in this string, it must not come first. | 119 | If `^' is in this string, it must not come first. |
| 120 | If `-' is in this string, it must come first or right after `]'. | 120 | If `-' is in this string, it must come first or right after `]'. |
| 121 | In other words, if S is this string, then `[S]' must be a legal Emacs regular | 121 | In other words, if S is this string, then `[S]' must be a valid Emacs regular |
| 122 | expression (not containing character ranges like `a-z')." | 122 | expression (not containing character ranges like `a-z')." |
| 123 | :type 'string | 123 | :type 'string |
| 124 | :group 'partial-completion) | 124 | :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 @@ | |||
| 1 | ;;; thumbs.el --- Thumbnails previewer for images files | 1 | ;;; thumbs.el --- Thumbnails previewer for images files |
| 2 | 2 | ||
| 3 | ;; Copyright 2004 Free Software Foundation, Inc | 3 | ;; Copyright 2004, 2005 Free Software Foundation, Inc |
| 4 | 4 | ||
| 5 | ;; Author: Jean-Philippe Theberge <jphiltheberge@videotron.ca> | 5 | ;; Author: Jean-Philippe Theberge <jphiltheberge@videotron.ca> |
| 6 | ;; Keywords: Multimedia | 6 | ;; Keywords: Multimedia |
| @@ -630,7 +630,7 @@ Open another window." | |||
| 630 | 630 | ||
| 631 | (defun thumbs-modify-image (action &optional arg) | 631 | (defun thumbs-modify-image (action &optional arg) |
| 632 | "Call convert to do ACTION on image with argument ARG. | 632 | "Call convert to do ACTION on image with argument ARG. |
| 633 | ACTION and ARG should be legal convert command." | 633 | ACTION and ARG should be a valid convert command." |
| 634 | (interactive "sAction: \nsValue: ") | 634 | (interactive "sAction: \nsValue: ") |
| 635 | ;; cleaning of old temp file | 635 | ;; cleaning of old temp file |
| 636 | (mapc 'delete-file | 636 | (mapc 'delete-file |