From: Lars Ingebrigtsen Date: Sat, 24 Jul 2021 16:06:36 +0000 (+0200) Subject: Improve directory-append manual entry X-Git-Tag: emacs-28.0.90~1717 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ba918ecb7891c6d0bb7bbaab93b4316881166d94;p=emacs.git Improve directory-append manual entry * doc/lispref/files.texi (Directory Names): Mention zero-length restriction. --- diff --git a/doc/lispref/files.texi b/doc/lispref/files.texi index a624c2eb937..804cef292ee 100644 --- a/doc/lispref/files.texi +++ b/doc/lispref/files.texi @@ -2355,6 +2355,8 @@ didn't end with a slash. @end group @end example +A zero-length directory or component is not allowed. + This is almost the same as using @code{concat}, but @var{dirname} (and the non-final components) may or may not end with slash characters, and this function will not double those characters.