From ba918ecb7891c6d0bb7bbaab93b4316881166d94 Mon Sep 17 00:00:00 2001 From: Lars Ingebrigtsen Date: Sat, 24 Jul 2021 18:06:36 +0200 Subject: [PATCH] Improve directory-append manual entry * doc/lispref/files.texi (Directory Names): Mention zero-length restriction. --- doc/lispref/files.texi | 2 ++ 1 file changed, 2 insertions(+) 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. -- 2.39.2