aboutsummaryrefslogtreecommitdiffstats
path: root/src/coding.c
diff options
context:
space:
mode:
authorDave Love2002-07-11 23:15:52 +0000
committerDave Love2002-07-11 23:15:52 +0000
commita3f6ee6d068494b76672f494277f5efe74c18250 (patch)
tree51a1448d8d83e5b49606c595697cb01aa87b1991 /src/coding.c
parent1f32125f949ab0b923a0d97760b0fd2880e43c13 (diff)
downloademacs-a3f6ee6d068494b76672f494277f5efe74c18250.tar.gz
emacs-a3f6ee6d068494b76672f494277f5efe74c18250.zip
(Fset_coding_system_priority): Allow null arg list.
Diffstat (limited to 'src/coding.c')
-rw-r--r--src/coding.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/coding.c b/src/coding.c
index 78ab0e0db03..be8bff4fedb 100644
--- a/src/coding.c
+++ b/src/coding.c
@@ -6847,7 +6847,7 @@ Optional third arg NOCOPY non-nil means it is OK to return STRING itself
6847if the decoding operation is trivial. 6847if the decoding operation is trivial.
6848 6848
6849Optional fourth arg BUFFER non-nil meant that the decoded text is 6849Optional fourth arg BUFFER non-nil meant that the decoded text is
6850inserted in BUFFER instead of returned as a astring. In this case, 6850inserted in BUFFER instead of returned as a string. In this case,
6851the return value is BUFFER. 6851the return value is BUFFER.
6852 6852
6853This function sets `last-coding-system-used' to the precise coding system 6853This function sets `last-coding-system-used' to the precise coding system
@@ -6868,7 +6868,7 @@ Optional third arg NOCOPY non-nil means it is OK to return STRING
6868itself if the encoding operation is trivial. 6868itself if the encoding operation is trivial.
6869 6869
6870Optional fourth arg BUFFER non-nil meant that the encoded text is 6870Optional fourth arg BUFFER non-nil meant that the encoded text is
6871inserted in BUFFER instead of returned as a astring. In this case, 6871inserted in BUFFER instead of returned as a string. In this case,
6872the return value is BUFFER. 6872the return value is BUFFER.
6873 6873
6874This function sets `last-coding-system-used' to the precise coding system 6874This function sets `last-coding-system-used' to the precise coding system
@@ -7192,7 +7192,7 @@ usage: (find-operation-coding-system OPERATION ARGUMENTS ...) */)
7192} 7192}
7193 7193
7194DEFUN ("set-coding-system-priority", Fset_coding_system_priority, 7194DEFUN ("set-coding-system-priority", Fset_coding_system_priority,
7195 Sset_coding_system_priority, 1, MANY, 0, 7195 Sset_coding_system_priority, 0, MANY, 0,
7196 doc: /* Assign higher priority to the coding systems given as arguments. 7196 doc: /* Assign higher priority to the coding systems given as arguments.
7197usage: (set-coding-system-priority CODING-SYSTEM ...) */) 7197usage: (set-coding-system-priority CODING-SYSTEM ...) */)
7198 (nargs, args) 7198 (nargs, args)