From 30f50381ed7ff683636fe6e1a8e455a1b9f156a1 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Thu, 18 Feb 2010 01:02:04 -0800 Subject: [PATCH] * fileio.c: Comment fix. --- src/fileio.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/fileio.c b/src/fileio.c index 50f8cb14bfb..a80ba11bcab 100644 --- a/src/fileio.c +++ b/src/fileio.c @@ -1408,8 +1408,9 @@ filesystem tree, not (expand-file-name ".." dirname). */) bugs _are_ found, it might be of interest to look at the old code and see what did it do in the relevant situation. - Don't remove this code: it's true that it will be accessible via CVS, - but a few years from deletion, people will forget it is there. */ + Don't remove this code: it's true that it will be accessible + from the repository, but a few years from deletion, people will + forget it is there. */ /* Changed this DEFUN to a DEAFUN, so as not to confuse `make-docfile'. */ DEAFUN ("expand-file-name", Fexpand_file_name, Sexpand_file_name, 1, 2, 0, -- 2.39.5