diff options
| author | Kenichi Handa <handa@m17n.org> | 2010-09-07 20:22:15 +0900 |
|---|---|---|
| committer | Kenichi Handa <handa@m17n.org> | 2010-09-07 20:22:15 +0900 |
| commit | 439dcbc16bd3d4fcef87736fe84173de6af4cf2e (patch) | |
| tree | 2e3cff07e60db016e7de14833432590a1a18ea7a /doc/lispref/files.texi | |
| parent | 396475b7c1ae2e1a5b1d4be68e6b5b0819a7695b (diff) | |
| parent | 9c405a86c6d6ee1034252d653c246ef509145000 (diff) | |
| download | emacs-439dcbc16bd3d4fcef87736fe84173de6af4cf2e.tar.gz | |
merge emacs-23
Diffstat (limited to 'doc/lispref/files.texi')
| -rw-r--r-- | doc/lispref/files.texi | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/lispref/files.texi b/doc/lispref/files.texi index abdd2814b56..23fd2376a57 100644 --- a/doc/lispref/files.texi +++ b/doc/lispref/files.texi @@ -1933,7 +1933,7 @@ The variable @code{directory-abbrev-alist} contains an alist of abbreviations to use for file directories. Each element has the form @code{(@var{from} . @var{to})}, and says to replace @var{from} with @var{to} when it appears in a directory name. The @var{from} string is -actually a regular expression; it should always start with @samp{^}. +actually a regular expression; it should always start with @samp{\`}. The @var{to} string should be an ordinary absolute directory name. Do not use @samp{~} to stand for a home directory in that string. The function @code{abbreviate-file-name} performs these substitutions. @@ -1946,9 +1946,9 @@ and so on are normally accessed through symbolic links named @file{/fsf} and so on. @example -(("^/home/fsf" . "/fsf") - ("^/home/gp" . "/gp") - ("^/home/gd" . "/gd")) +(("\\`/home/fsf" . "/fsf") + ("\\`/home/gp" . "/gp") + ("\\`/home/gd" . "/gd")) @end example @end defopt |
