Improve directory-append manual entry

* doc/lispref/files.texi (Directory Names): Mention zero-length
restriction.
This commit is contained in:
Lars Ingebrigtsen 2021-07-24 18:06:36 +02:00
parent 28bf38743d
commit ba918ecb78

View file

@ -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.