]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorRichard M. Stallman <rms@gnu.org>
Fri, 21 Apr 2000 18:28:45 +0000 (18:28 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 21 Apr 2000 18:28:45 +0000 (18:28 +0000)
lispref/files.texi

index b03896805681bc259d8ea2d1c751f49a305b6471..cf6fb8f57398922369249de0cb8cb53974f9b0d3 100644 (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