diff options
author | Xue Fuqiao <xfq.free@gmail.com> | 2014-01-12 22:25:10 +0800 |
---|---|---|
committer | Xue Fuqiao <xfq.free@gmail.com> | 2014-01-12 22:25:10 +0800 |
commit | e6344e177a536368b1a4506acb53b24f5f166aef (patch) | |
tree | f7f31cde2e4a2e46d0f40f17c952751fd8022681 /doc | |
parent | 1f0d4409595ddc25962fa857ebc593a16a289c0d (diff) | |
download | emacs-e6344e177a536368b1a4506acb53b24f5f166aef.tar.gz |
Rename eww-download-path to eww-download-directory.
* lisp/net/eww.el (eww-download-directory): Rename from
`eww-download-path' (Bug#16419).
* doc/misc/eww.texi (Basics): Use "directory" instead of "path" (Bug#16419).
Diffstat (limited to 'doc')
-rw-r--r-- | doc/misc/ChangeLog | 4 | ||||
-rw-r--r-- | doc/misc/eww.texi | 8 |
2 files changed, 8 insertions, 4 deletions
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog index a036a60d208..54a2a5de146 100644 --- a/doc/misc/ChangeLog +++ b/doc/misc/ChangeLog @@ -1,3 +1,7 @@ +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) diff --git a/doc/misc/eww.texi b/doc/misc/eww.texi index b84de7509da..6fc344d8465 100644 --- a/doc/misc/eww.texi +++ b/doc/misc/eww.texi @@ -83,8 +83,8 @@ However a GNU Emacs with @code{libxml2} support is required. 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 @@ -99,12 +99,12 @@ web page hit @kbd{g} (@code{eww-reload}). Pressing @kbd{w} (@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 |