aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorRichard M. Stallman1994-06-11 18:17:00 +0000
committerRichard M. Stallman1994-06-11 18:17:00 +0000
commitaf9239811c32abe72d9869a131da8e4f6e857b52 (patch)
tree24f242b9e97b6f349e260839b372b094e3434a1c /lisp
parent96ae4787ad323fbbcb55582376c95c743e7a6dd8 (diff)
downloademacs-af9239811c32abe72d9869a131da8e4f6e857b52.tar.gz
emacs-af9239811c32abe72d9869a131da8e4f6e857b52.zip
(iso-translate-conventions): Get rid of interactive spec.
Diffstat (limited to 'lisp')
-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 @@
84 "Spanish translation table.") 84 "Spanish translation table.")
85 85
86(defun iso-translate-conventions (trans-tab) 86(defun iso-translate-conventions (trans-tab)
87 "Use the translation table argument to translate the current buffer." 87 "Use the translation table TRANS-TAB to translate the current buffer."
88 (interactive)
89 (save-excursion 88 (save-excursion
90 (widen) 89 (widen)
91 (goto-char (point-min)) 90 (goto-char (point-min))