From af9239811c32abe72d9869a131da8e4f6e857b52 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sat, 11 Jun 1994 18:17:00 +0000 Subject: [PATCH] (iso-translate-conventions): Get rid of interactive spec. --- lisp/international/iso-cvt.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lisp/international/iso-cvt.el b/lisp/international/iso-cvt.el index 68a72ea88af..7b8eab69233 100644 --- a/lisp/international/iso-cvt.el +++ b/lisp/international/iso-cvt.el @@ -84,8 +84,7 @@ "Spanish translation table.") (defun iso-translate-conventions (trans-tab) - "Use the translation table argument to translate the current buffer." - (interactive) + "Use the translation table TRANS-TAB to translate the current buffer." (save-excursion (widen) (goto-char (point-min)) -- 2.39.5