]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/files.el (directory-abbrev-alist): Minor doc fix (Bug#7777).
authorChong Yidong <cyd@stupidchicken.com>
Sat, 8 Jan 2011 21:22:19 +0000 (16:22 -0500)
committerChong Yidong <cyd@stupidchicken.com>
Sat, 8 Jan 2011 21:22:19 +0000 (16:22 -0500)
* doc/lispref/files.texi: Likewise.

doc/lispref/files.texi
lisp/files.el

index 2b539f009759004e67852a43a1f9797d69e4af25..850cfd98220462f8a7a918c39aebaee9fe0bb0a1 100644 (file)
@@ -1919,7 +1919,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 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.
index 6ff8af98dc14dc9fc7d298cb88892ae09a88eb3e..1e03ba1920f6a81950b50d26862d8d6b9240f350 100644 (file)
@@ -57,7 +57,7 @@ when it has unsaved changes."
 A list of elements of the form (FROM . TO), each meaning to replace
 FROM with TO when it appears in a directory name.  This replacement is
 done when setting up the default directory of a newly visited file.
-*Every* FROM string should start with \"\\\\`\".
+*Every* FROM string ought to start with \"\\\\`\".
 
 FROM and TO should be equivalent names, which refer to the
 same directory.  Do not use `~' in the TO strings;