aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorMichael Albinus2016-12-09 10:03:05 +0100
committerMichael Albinus2016-12-09 10:03:05 +0100
commit57a77f833e37abe2f7936585e9915b6947e3564a (patch)
tree0dd014b26b8ca07167ace7cb051c37f07434ae44 /etc
parent8f611e5e2309ae3f7f1753f0d2f7a60ca6fc2657 (diff)
downloademacs-57a77f833e37abe2f7936585e9915b6947e3564a.tar.gz
emacs-57a77f833e37abe2f7936585e9915b6947e3564a.zip
Document file-name-quote, file-name-unquote and file-name-quoted-p
* doc/lispref/files.texi (File Name Expansion): * etc/NEWS: Mention file-name-quote, file-name-unquote and file-name-quoted-p. * lisp/files.el (file-name-non-special): Revert using file-name-quote, file-name-unquote and file-name-quoted-p.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index a62668a2625..614b6144308 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -749,6 +749,11 @@ can be used for creation of temporary files of remote or mounted directories.
749of remote processes. 749of remote processes.
750 750
751+++ 751+++
752** The new functions 'file-name-quote', 'file-name-unquote' and
753'file-name-quoted-p' can be used to quote / unquote file names with
754the prefix "/:".
755
756+++
752** The new error 'file-missing', a subcategory of 'file-error', is now 757** The new error 'file-missing', a subcategory of 'file-error', is now
753signaled instead of 'file-error' if a file operation acts on a file 758signaled instead of 'file-error' if a file operation acts on a file
754that does not exist. 759that does not exist.