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 /lisp/thumbs.el | |
parent | ce7c7522955c001ec2242c9053c5bb2c4644fc8d (diff) | |
download | emacs-932fb767f54c27e7fe185f8d23ba4b734d569ed7.tar.gz |
* complete.el, thumbs.el: Replace `legal' with `valid'.
Diffstat (limited to 'lisp/thumbs.el')
-rw-r--r-- | lisp/thumbs.el | 4 |
1 files changed, 2 insertions, 2 deletions
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 |