From 932fb767f54c27e7fe185f8d23ba4b734d569ed7 Mon Sep 17 00:00:00 2001 From: Werner LEMBERG Date: Fri, 25 Mar 2005 09:49:00 +0000 Subject: [PATCH] * complete.el, thumbs.el: Replace `legal' with `valid'. --- lisp/ChangeLog | 4 ++++ lisp/complete.el | 4 ++-- 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,3 +1,7 @@ +2005-03-25 Werner Lemberg + + * complete.el, thumbs.el: Replace `legal' with `valid'. + 2005-03-25 Werner Lemberg * calc/calc-forms.el, calc/calc-sel: Replace `illegal' with 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 @@ -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 ;; 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 -- 2.39.2