diff doc/lispref/files.texi @ 112321:dc74e58f6b0b

Merge from mainline.
author Paul Eggert <eggert@cs.ucla.edu>
date Tue, 11 Jan 2011 21:57:19 -0800
parents 81b6e1261c36
children 417b1e4d63cd
line wrap: on
line diff
--- a/doc/lispref/files.texi	Sun Jan 09 00:42:24 2011 -0800
+++ b/doc/lispref/files.texi	Tue Jan 11 21:57:19 2011 -0800
@@ -1919,7 +1919,7 @@
 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 ought to 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.