diff options
| author | Dave Love | 2002-07-11 23:15:52 +0000 |
|---|---|---|
| committer | Dave Love | 2002-07-11 23:15:52 +0000 |
| commit | a3f6ee6d068494b76672f494277f5efe74c18250 (patch) | |
| tree | 51a1448d8d83e5b49606c595697cb01aa87b1991 /src/coding.c | |
| parent | 1f32125f949ab0b923a0d97760b0fd2880e43c13 (diff) | |
| download | emacs-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.c | 6 |
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 | |||
| 6847 | if the decoding operation is trivial. | 6847 | if the decoding operation is trivial. |
| 6848 | 6848 | ||
| 6849 | Optional fourth arg BUFFER non-nil meant that the decoded text is | 6849 | Optional fourth arg BUFFER non-nil meant that the decoded text is |
| 6850 | inserted in BUFFER instead of returned as a astring. In this case, | 6850 | inserted in BUFFER instead of returned as a string. In this case, |
| 6851 | the return value is BUFFER. | 6851 | the return value is BUFFER. |
| 6852 | 6852 | ||
| 6853 | This function sets `last-coding-system-used' to the precise coding system | 6853 | This 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 | |||
| 6868 | itself if the encoding operation is trivial. | 6868 | itself if the encoding operation is trivial. |
| 6869 | 6869 | ||
| 6870 | Optional fourth arg BUFFER non-nil meant that the encoded text is | 6870 | Optional fourth arg BUFFER non-nil meant that the encoded text is |
| 6871 | inserted in BUFFER instead of returned as a astring. In this case, | 6871 | inserted in BUFFER instead of returned as a string. In this case, |
| 6872 | the return value is BUFFER. | 6872 | the return value is BUFFER. |
| 6873 | 6873 | ||
| 6874 | This function sets `last-coding-system-used' to the precise coding system | 6874 | This 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 | ||
| 7194 | DEFUN ("set-coding-system-priority", Fset_coding_system_priority, | 7194 | DEFUN ("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. |
| 7197 | usage: (set-coding-system-priority CODING-SYSTEM ...) */) | 7197 | usage: (set-coding-system-priority CODING-SYSTEM ...) */) |
| 7198 | (nargs, args) | 7198 | (nargs, args) |