emacs-diffs
[Top][All Lists]
Advanced

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

emacs-29 c98929c7e18: ; Fix last change


From: Eli Zaretskii
Subject: emacs-29 c98929c7e18: ; Fix last change
Date: Wed, 29 Mar 2023 14:29:00 -0400 (EDT)

branch: emacs-29
commit c98929c7e184740a7d68e63a2a619a436e00d813
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>

    ; Fix last change
---
 lisp/net/eww.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/net/eww.el b/lisp/net/eww.el
index d42429e53aa..22b078217bd 100644
--- a/lisp/net/eww.el
+++ b/lisp/net/eww.el
@@ -73,7 +73,7 @@ Used by `eww--download-directory', which see."
 
 (defun eww--download-directory ()
   "Return the name of the EWW download directory.
-The default is specified by `eww-download-directory'; however,
+The default is specified by `eww-default-download-directory'; however,
 if that directory doesn't exist and the DOWNLOAD XDG user directory
 is defined, use the latter instead."
   (or (and (file-exists-p eww-default-download-directory)



reply via email to

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