mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
(prefer-coding-system): Fix doc, prompt.
This commit is contained in:
parent
4cb46737eb
commit
375e0047f8
1 changed files with 2 additions and 1 deletions
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue