diff options
| author | Roland McGrath | 1992-09-02 21:41:14 +0000 |
|---|---|---|
| committer | Roland McGrath | 1992-09-02 21:41:14 +0000 |
| commit | a5f8804e5dc573001204ca478e7b208772845c9e (patch) | |
| tree | 59c9de3785ab9e6e301eb72b0946b04ea6bc090a /src | |
| parent | c83a70645657a5bb1731abe876e70d1cd32219b9 (diff) | |
| download | emacs-a5f8804e5dc573001204ca478e7b208772845c9e.tar.gz emacs-a5f8804e5dc573001204ca478e7b208772845c9e.zip | |
Doc fix for file-name-handler-alist.
Diffstat (limited to 'src')
| -rw-r--r-- | src/fileio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fileio.c b/src/fileio.c index 01de4f3725e..9cc7e9e72b7 100644 --- a/src/fileio.c +++ b/src/fileio.c | |||
| @@ -3156,7 +3156,7 @@ to be handled; the remaining arguments are the arguments that were\n\ | |||
| 3156 | passed to that primitive. For example, if you do\n\ | 3156 | passed to that primitive. For example, if you do\n\ |
| 3157 | (file-exists-p FILENAME)\n\ | 3157 | (file-exists-p FILENAME)\n\ |
| 3158 | and FILENAME is handled by HANDLER, then HANDLER is called like this:\n\ | 3158 | and FILENAME is handled by HANDLER, then HANDLER is called like this:\n\ |
| 3159 | (funcall HANDLER FILENAME)"); | 3159 | (funcall HANDLER 'file-exists-p FILENAME)"); |
| 3160 | defsubr (&Sfile_name_directory); | 3160 | defsubr (&Sfile_name_directory); |
| 3161 | defsubr (&Sfile_name_nondirectory); | 3161 | defsubr (&Sfile_name_nondirectory); |
| 3162 | defsubr (&Sfile_name_as_directory); | 3162 | defsubr (&Sfile_name_as_directory); |