From 375e0047f80ee036e95b9b2754bf83b65684fd22 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Mon, 28 Jul 1997 05:26:38 +0000 Subject: [PATCH] (prefer-coding-system): Fix doc, prompt. --- lisp/international/mule-util.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lisp/international/mule-util.el b/lisp/international/mule-util.el index 28a9c916e4b..45b5c1330b0 100644 --- a/lisp/international/mule-util.el +++ b/lisp/international/mule-util.el @@ -320,7 +320,8 @@ or one is an alias of the other." ;;;###autoload (defun prefer-coding-system (coding-system) - (interactive "zPrefered coding system: ") + "Add CODING-SYSTEM at the front of the priority list for automatic detection." + (interactive "zPrefer coding system: ") (if (not (and coding-system (coding-system-p coding-system))) (error "Invalid coding system `%s'" coding-system)) (let ((coding-category (coding-system-category coding-system)) -- 2.39.5