Mercurial > emacs
changeset 1071:53ad9fa87f71
Doc fix for file-name-handler-alist.
author | Roland McGrath <roland@gnu.org> |
---|---|
date | Wed, 02 Sep 1992 21:41:14 +0000 |
parents | b0f508376593 |
children | 8e0a8faed93a |
files | src/fileio.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/fileio.c Wed Sep 02 04:05:47 1992 +0000 +++ b/src/fileio.c Wed Sep 02 21:41:14 1992 +0000 @@ -3156,7 +3156,7 @@ passed to that primitive. For example, if you do\n\ (file-exists-p FILENAME)\n\ and FILENAME is handled by HANDLER, then HANDLER is called like this:\n\ - (funcall HANDLER FILENAME)"); + (funcall HANDLER 'file-exists-p FILENAME)"); defsubr (&Sfile_name_directory); defsubr (&Sfile_name_nondirectory); defsubr (&Sfile_name_as_directory);