branch: externals/compat
commit 73faa4d116f117362658d2956485542d36340eac
Author: Daniel Mendler <[email protected]>
Commit: Daniel Mendler <[email protected]>
Fix docstring
---
compat-29.el | 1 -
1 file changed, 1 deletion(-)
diff --git a/compat-29.el b/compat-29.el
index 0d2ec9c81c..f98469102d 100644
--- a/compat-29.el
+++ b/compat-29.el
@@ -484,7 +484,6 @@ The variable list SPEC is the same as in `if-let'."
"Return the directory name of the parent directory of FILENAME.
If FILENAME is at the root of the filesystem, return nil.
If FILENAME is relative, it is interpreted to be relative
-to `default-directory', and the result will also be relative."
to `default-directory', and the result will also be relative."
(let* ((expanded-filename (expand-file-name filename))
(parent (file-name-directory (directory-file-name
expanded-filename))))