diff options
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); |