[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] /srv/bzr/emacs/trunk r102795: * lisp/files.el (directory-a
From: |
Chong Yidong |
Subject: |
[Emacs-diffs] /srv/bzr/emacs/trunk r102795: * lisp/files.el (directory-abbrev-alist): Minor doc fix (Bug#7777). |
Date: |
Sat, 08 Jan 2011 16:22:19 -0500 |
User-agent: |
Bazaar (2.0.3) |
------------------------------------------------------------
revno: 102795
committer: Chong Yidong <address@hidden>
branch nick: trunk
timestamp: Sat 2011-01-08 16:22:19 -0500
message:
* lisp/files.el (directory-abbrev-alist): Minor doc fix (Bug#7777).
* doc/lispref/files.texi: Likewise.
modified:
doc/lispref/files.texi
lisp/files.el
=== modified file 'doc/lispref/files.texi'
--- a/doc/lispref/files.texi 2010-10-03 21:23:13 +0000
+++ b/doc/lispref/files.texi 2011-01-08 21:22:19 +0000
@@ -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.
=== modified file 'lisp/files.el'
--- a/lisp/files.el 2011-01-08 19:17:23 +0000
+++ b/lisp/files.el 2011-01-08 21:22:19 +0000
@@ -57,7 +57,7 @@
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;
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] /srv/bzr/emacs/trunk r102795: * lisp/files.el (directory-abbrev-alist): Minor doc fix (Bug#7777).,
Chong Yidong <=