changeset 88845:64b8f6168269

(Fset_coding_system_priority): Allow null arg list.
author Dave Love <fx@gnu.org>
date Thu, 11 Jul 2002 23:15:52 +0000
parents 1aa1ab8cd2fa
children 8a17b9f646a3
files src/coding.c
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/src/coding.c	Thu Jul 11 23:08:18 2002 +0000
+++ b/src/coding.c	Thu Jul 11 23:15:52 2002 +0000
@@ -6847,7 +6847,7 @@
 if the decoding operation is trivial.
 
 Optional fourth arg BUFFER non-nil meant that the decoded text is
-inserted in BUFFER instead of returned as a astring.  In this case,
+inserted in BUFFER instead of returned as a string.  In this case,
 the return value is BUFFER.
 
 This function sets `last-coding-system-used' to the precise coding system
@@ -6868,7 +6868,7 @@
 itself if the encoding operation is trivial.
 
 Optional fourth arg BUFFER non-nil meant that the encoded text is
-inserted in BUFFER instead of returned as a astring.  In this case,
+inserted in BUFFER instead of returned as a string.  In this case,
 the return value is BUFFER.
 
 This function sets `last-coding-system-used' to the precise coding system
@@ -7192,7 +7192,7 @@
 }
 
 DEFUN ("set-coding-system-priority", Fset_coding_system_priority,
-       Sset_coding_system_priority, 1, MANY, 0,
+       Sset_coding_system_priority, 0, MANY, 0,
        doc: /* Assign higher priority to the coding systems given as arguments.
 usage: (set-coding-system-priority CODING-SYSTEM ...)  */)
      (nargs, args)