emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] trunk r115991: Rename eww-download-path to eww-download-di


From: Xue Fuqiao
Subject: [Emacs-diffs] trunk r115991: Rename eww-download-path to eww-download-directory.
Date: Sun, 12 Jan 2014 14:25:38 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 115991
revision-id: address@hidden
parent: address@hidden
committer: Xue Fuqiao <address@hidden>
branch nick: trunk
timestamp: Sun 2014-01-12 22:25:10 +0800
message:
  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).
modified:
  doc/misc/ChangeLog             changelog-20091113204419-o5vbwnq5f7feedwu-6331
  doc/misc/eww.texi              
docmisceww.texi-20140109232239-pttr8zbv7tu1waay-1
  lisp/ChangeLog                 changelog-20091113204419-o5vbwnq5f7feedwu-1432
  lisp/net/eww.el                eww.el-20130610114603-80ap3gwnw4x4m5ix-1
=== modified file 'doc/misc/ChangeLog'
--- a/doc/misc/ChangeLog        2014-01-12 01:35:51 +0000
+++ b/doc/misc/ChangeLog        2014-01-12 14:25:10 +0000
@@ -1,3 +1,7 @@
+2014-01-12  Xue Fuqiao  <address@hidden>
+
+       * eww.texi (Basics): Use "directory" instead of "path" (Bug#16419).
+
 2014-01-12  Glenn Morris  <address@hidden>
 
        * efaq.texi (Guidelines for newsgroup postings)

=== modified file 'doc/misc/eww.texi'
--- a/doc/misc/eww.texi 2014-01-09 23:21:56 +0000
+++ b/doc/misc/eww.texi 2014-01-12 14:25:10 +0000
@@ -83,8 +83,8 @@
 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
address@hidden eww-open-file}.
 
 @findex eww-quit
 @findex eww-reload
@@ -99,12 +99,12 @@
 (@code{eww-copy-page-url}) will copy the current URL to the kill ring.
 
 @findex eww-download
address@hidden eww-download-path
address@hidden 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

=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2014-01-12 10:29:59 +0000
+++ b/lisp/ChangeLog    2014-01-12 14:25:10 +0000
@@ -1,3 +1,8 @@
+2014-01-12  Xue Fuqiao  <address@hidden>
+
+       * net/eww.el (eww-download-directory): Rename from
+       `eww-download-path' (Bug#16419).
+
 2014-01-12  Leo Liu  <address@hidden>
 
        * dired-x.el (dired-mode-map): Fix last change.

=== modified file 'lisp/net/eww.el'
--- a/lisp/net/eww.el   2014-01-05 09:27:26 +0000
+++ b/lisp/net/eww.el   2014-01-12 14:25:10 +0000
@@ -50,8 +50,8 @@
   :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)


reply via email to

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