]> git.eshelyaron.com Git - emacs.git/commitdiff
Improve directory-append manual entry
authorLars Ingebrigtsen <larsi@gnus.org>
Sat, 24 Jul 2021 16:06:36 +0000 (18:06 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Sat, 24 Jul 2021 16:06:36 +0000 (18:06 +0200)
* doc/lispref/files.texi (Directory Names): Mention zero-length
restriction.

doc/lispref/files.texi

index a624c2eb937cc3e78b0026a42fa2847e73cb09ac..804cef292ee9af7225d4042690edd54a6fc543a1 100644 (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.