diff options
| author | Richard M. Stallman | 2006-05-30 04:33:21 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2006-05-30 04:33:21 +0000 |
| commit | 74b08af9468504c1f38217cc488bfa8d3270bd93 (patch) | |
| tree | 8ad07cbfb71aae438bdfdf03bb0fbcf744d408db /src/coding.c | |
| parent | 1cce8267f8efd17dfe231aacc53c0873f0c5233d (diff) | |
| download | emacs-74b08af9468504c1f38217cc488bfa8d3270bd93.tar.gz emacs-74b08af9468504c1f38217cc488bfa8d3270bd93.zip | |
(Ffind_operation_coding_system): Doc fix.
Diffstat (limited to 'src/coding.c')
| -rw-r--r-- | src/coding.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/coding.c b/src/coding.c index 0809e2331ad..be39ceb7fe6 100644 --- a/src/coding.c +++ b/src/coding.c | |||
| @@ -7471,8 +7471,8 @@ which is a list of all the arguments given to this function. | |||
| 7471 | 7471 | ||
| 7472 | If OPERATION is `insert-file-contents', the argument corresponding to | 7472 | If OPERATION is `insert-file-contents', the argument corresponding to |
| 7473 | TARGET may be a cons (FILENAME . BUFFER). In that case, FILENAME is a | 7473 | TARGET may be a cons (FILENAME . BUFFER). In that case, FILENAME is a |
| 7474 | file name to look up, and BUFFER is a buffer that will contain the | 7474 | file name to look up, and BUFFER is a buffer that contains the file's |
| 7475 | file (not yet decoded). If `file-coding-system-alist' specifies a | 7475 | contents (not yet decoded). If `file-coding-system-alist' specifies a |
| 7476 | function to call for FILENAME, that function should examine the | 7476 | function to call for FILENAME, that function should examine the |
| 7477 | contents of BUFFER instead of reading the file. | 7477 | contents of BUFFER instead of reading the file. |
| 7478 | 7478 | ||