comparison src/fileio.c @ 107184:fddcde0a4c70

* fileio.c: Comment fix.
author Glenn Morris <rgm@gnu.org>
date Thu, 18 Feb 2010 01:02:04 -0800
parents 56607edb3cea
children 84b961690802 c1fe9f79424a
comparison
equal deleted inserted replaced
107183:4ab38ae694be 107184:fddcde0a4c70
1406 rewritten for Emacs 10.31. We leave this version here commented-out, 1406 rewritten for Emacs 10.31. We leave this version here commented-out,
1407 because the code is very complex and likely to have subtle bugs. If 1407 because the code is very complex and likely to have subtle bugs. If
1408 bugs _are_ found, it might be of interest to look at the old code and 1408 bugs _are_ found, it might be of interest to look at the old code and
1409 see what did it do in the relevant situation. 1409 see what did it do in the relevant situation.
1410 1410
1411 Don't remove this code: it's true that it will be accessible via CVS, 1411 Don't remove this code: it's true that it will be accessible
1412 but a few years from deletion, people will forget it is there. */ 1412 from the repository, but a few years from deletion, people will
1413 forget it is there. */
1413 1414
1414 /* Changed this DEFUN to a DEAFUN, so as not to confuse `make-docfile'. */ 1415 /* Changed this DEFUN to a DEAFUN, so as not to confuse `make-docfile'. */
1415 DEAFUN ("expand-file-name", Fexpand_file_name, Sexpand_file_name, 1, 2, 0, 1416 DEAFUN ("expand-file-name", Fexpand_file_name, Sexpand_file_name, 1, 2, 0,
1416 "Convert FILENAME to absolute, and canonicalize it.\n\ 1417 "Convert FILENAME to absolute, and canonicalize it.\n\
1417 Second arg DEFAULT is directory to start with if FILENAME is relative\n\ 1418 Second arg DEFAULT is directory to start with if FILENAME is relative\n\