summaryrefslogtreecommitdiff
path: root/lisp/international
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1994-06-11 18:17:00 +0000
committerRichard M. Stallman <rms@gnu.org>1994-06-11 18:17:00 +0000
commitb90a7993c31aa1baf28c6cc4016f0c68c9769bfb (patch)
tree353c030e97d246fc01323ae055b9362f50c328cf /lisp/international
parent249714d40ccb4eb00ce20b4f248990a03f8a1f74 (diff)
downloademacs-b90a7993c31aa1baf28c6cc4016f0c68c9769bfb.tar.gz
(iso-translate-conventions): Get rid of interactive spec.
Diffstat (limited to 'lisp/international')
-rw-r--r--lisp/international/iso-cvt.el3
1 files changed, 1 insertions, 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))