diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/lispref/files.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lispref/files.texi b/doc/lispref/files.texi index 2b539f00975..850cfd98220 100644 --- a/doc/lispref/files.texi +++ b/doc/lispref/files.texi | |||
| @@ -1919,7 +1919,7 @@ The variable @code{directory-abbrev-alist} contains an alist of | |||
| 1919 | abbreviations to use for file directories. Each element has the form | 1919 | abbreviations to use for file directories. Each element has the form |
| 1920 | @code{(@var{from} . @var{to})}, and says to replace @var{from} with | 1920 | @code{(@var{from} . @var{to})}, and says to replace @var{from} with |
| 1921 | @var{to} when it appears in a directory name. The @var{from} string is | 1921 | @var{to} when it appears in a directory name. The @var{from} string is |
| 1922 | actually a regular expression; it should always start with @samp{\`}. | 1922 | actually a regular expression; it ought to always start with @samp{\`}. |
| 1923 | The @var{to} string should be an ordinary absolute directory name. Do | 1923 | The @var{to} string should be an ordinary absolute directory name. Do |
| 1924 | not use @samp{~} to stand for a home directory in that string. The | 1924 | not use @samp{~} to stand for a home directory in that string. The |
| 1925 | function @code{abbreviate-file-name} performs these substitutions. | 1925 | function @code{abbreviate-file-name} performs these substitutions. |