emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/compat 73faa4d116 05/10: Fix docstring


From: ELPA Syncer
Subject: [elpa] externals/compat 73faa4d116 05/10: Fix docstring
Date: Thu, 5 Jan 2023 02:57:26 -0500 (EST)

branch: externals/compat
commit 73faa4d116f117362658d2956485542d36340eac
Author: Daniel Mendler <mail@daniel-mendler.de>
Commit: Daniel Mendler <mail@daniel-mendler.de>

    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))))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]