comparison lispref/files.texi @ 28681:bf112ad58dc7

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Fri, 21 Apr 2000 18:28:45 +0000
parents cda2b6ed6aec
children 3259733d5ea0
comparison
equal deleted inserted replaced
28680:b7b5171d9531 28681:bf112ad58dc7
1720 1720
1721 @example 1721 @example
1722 (file-relative-name "/foo/bar" "/foo/") 1722 (file-relative-name "/foo/bar" "/foo/")
1723 @result{} "bar" 1723 @result{} "bar"
1724 (file-relative-name "/foo/bar" "/hack/") 1724 (file-relative-name "/foo/bar" "/hack/")
1725 @result{} "/foo/bar" 1725 @result{} "../foo/bar"
1726 @end example 1726 @end example
1727 @end defun 1727 @end defun
1728 1728
1729 @defvar default-directory 1729 @defvar default-directory
1730 The value of this buffer-local variable is the default directory for the 1730 The value of this buffer-local variable is the default directory for the