1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-15 09:47:20 +00:00

(prefer-coding-system): Fix doc, prompt.

This commit is contained in:
Richard M. Stallman 1997-07-28 05:26:38 +00:00
parent 4cb46737eb
commit 375e0047f8

View File

@ -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))