+2014-01-12 Xue Fuqiao <xfq.free@gmail.com>
+
+ * eww.texi (Basics): Use "directory" instead of "path" (Bug#16419).
+
2014-01-12 Glenn Morris <rgm@gnu.org>
* efaq.texi (Guidelines for newsgroup postings)
If the input doesn't look like a URL or domain name the web will be
searched via @code{eww-search-prefix}. The default search engine is
@url{https://duckduckgo.com, DuckDuckGo}. If you want to open a file
-either prefix the path with @code{file://} or use the command @kbd{M-x
-eww-open-file}.
+either prefix the file name with @code{file://} or use the command
+@kbd{M-x eww-open-file}.
@findex eww-quit
@findex eww-reload
(@code{eww-copy-page-url}) will copy the current URL to the kill ring.
@findex eww-download
-@vindex eww-download-path
+@vindex eww-download-directory
@kindex d
@cindex Download
A URL under the point can be downloaded with @kbd{d}
(@code{eww-download}). The file will be written to the directory
-specified in @code{eww-download-path} (Default: @file{~/Downloads/}).
+specified in @code{eww-download-directory} (Default: @file{~/Downloads/}).
@findex eww-back-url
@findex eww-forward-url
+2014-01-12 Xue Fuqiao <xfq.free@gmail.com>
+
+ * net/eww.el (eww-download-directory): Rename from
+ `eww-download-path' (Bug#16419).
+
2014-01-12 Leo Liu <sdl.web@gmail.com>
* dired-x.el (dired-mode-map): Fix last change.
:group 'eww
:type 'string)
-(defcustom eww-download-path "~/Downloads/"
- "Path where files will downloaded."
+(defcustom eww-download-directory "~/Downloads/"
+ "Directory where files will downloaded."
:version "24.4"
:group 'eww
:type 'string)