From: Richard M. Stallman Date: Sat, 11 Jun 1994 18:17:00 +0000 (+0000) Subject: (iso-translate-conventions): Get rid of interactive spec. X-Git-Tag: emacs-19.34~8003 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=af9239811c32abe72d9869a131da8e4f6e857b52;p=emacs.git (iso-translate-conventions): Get rid of interactive spec. --- 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))