*** empty log message ***

This commit is contained in:
Richard M. Stallman 2000-04-21 18:28:45 +00:00
parent 25a87f42e9
commit 39a5713ce1

View file

@ -1722,7 +1722,7 @@ form.
(file-relative-name "/foo/bar" "/foo/")
@result{} "bar"
(file-relative-name "/foo/bar" "/hack/")
@result{} "/foo/bar"
@result{} "../foo/bar"
@end example
@end defun