; Minor checkdoc fixes in url/*.el
This commit is contained in:
parent
f23c5c3e44
commit
c6eb8df79e
12 changed files with 25 additions and 3 deletions
|
@ -19,6 +19,8 @@
|
|||
;; You should have received a copy of the GNU General Public License
|
||||
;; along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>.
|
||||
|
||||
;;; Commentary:
|
||||
|
||||
;;; Code:
|
||||
|
||||
(require 'url-vars)
|
||||
|
@ -458,8 +460,7 @@ information associated with them.")
|
|||
|
||||
;;;###autoload
|
||||
(defun url-get-authentication (url realm type prompt &optional args)
|
||||
"Return an authorization string suitable for use in the WWW-Authenticate
|
||||
header in an HTTP/1.0 request.
|
||||
"Return authorization string for the WWW-Authenticate header in HTTP/1.0 request.
|
||||
|
||||
URL is the url you are requesting authorization to. This can be either a
|
||||
string representing the URL, or the parsed representation returned by
|
||||
|
|
|
@ -19,6 +19,8 @@
|
|||
;; You should have received a copy of the GNU General Public License
|
||||
;; along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>.
|
||||
|
||||
;;; Commentary:
|
||||
|
||||
;;; Code:
|
||||
|
||||
(require 'url-parse)
|
||||
|
@ -47,7 +49,7 @@ Used by the function `url-cache-expired'."
|
|||
(file-directory-p (file-name-directory file)))))
|
||||
|
||||
(defun url-cache-prepare (file)
|
||||
"Makes it possible to cache data in FILE.
|
||||
"Make it possible to cache data in FILE.
|
||||
Creates any necessary parent directories, deleting any non-directory files
|
||||
that would stop this. Returns nil if parent directories can not be
|
||||
created. If FILE already exists as a non-directory, it changes
|
||||
|
|
|
@ -19,6 +19,8 @@
|
|||
;; You should have received a copy of the GNU General Public License
|
||||
;; along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>.
|
||||
|
||||
;;; Commentary:
|
||||
|
||||
;;; Code:
|
||||
|
||||
(require 'url-vars)
|
||||
|
|
|
@ -19,6 +19,8 @@
|
|||
;; You should have received a copy of the GNU General Public License
|
||||
;; along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>.
|
||||
|
||||
;;; Commentary:
|
||||
|
||||
;;; Code:
|
||||
|
||||
(autoload 'dired-get-filename "dired")
|
||||
|
|
|
@ -19,6 +19,8 @@
|
|||
;; You should have received a copy of the GNU General Public License
|
||||
;; along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>.
|
||||
|
||||
;;; Commentary:
|
||||
|
||||
;;; Code:
|
||||
|
||||
(require 'url-methods)
|
||||
|
|
|
@ -21,6 +21,8 @@
|
|||
;; You should have received a copy of the GNU General Public License
|
||||
;; along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>.
|
||||
|
||||
;;; Commentary:
|
||||
|
||||
;;; Code:
|
||||
|
||||
(require 'url-vars)
|
||||
|
|
|
@ -102,6 +102,7 @@
|
|||
|
||||
;;;###autoload
|
||||
(define-minor-mode url-handler-mode
|
||||
;; Can't use "\\[find-file]" below as it produces "[open]":
|
||||
"Handle URLs as if they were file names throughout Emacs.
|
||||
After switching on this minor mode, Emacs file primitives handle
|
||||
URLs. For instance:
|
||||
|
|
|
@ -20,6 +20,8 @@
|
|||
;; You should have received a copy of the GNU General Public License
|
||||
;; along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>.
|
||||
|
||||
;;; Commentary:
|
||||
|
||||
;;; Code:
|
||||
|
||||
(require 'url-vars)
|
||||
|
|
|
@ -19,6 +19,8 @@
|
|||
;; You should have received a copy of the GNU General Public License
|
||||
;; along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>.
|
||||
|
||||
;;; Commentary:
|
||||
|
||||
;;; Code:
|
||||
|
||||
(require 'url-vars)
|
||||
|
|
|
@ -19,6 +19,8 @@
|
|||
;; You should have received a copy of the GNU General Public License
|
||||
;; along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>.
|
||||
|
||||
;;; Commentary:
|
||||
|
||||
;;; Code:
|
||||
|
||||
(require 'url-vars)
|
||||
|
|
|
@ -19,6 +19,8 @@
|
|||
;; You should have received a copy of the GNU General Public License
|
||||
;; along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>.
|
||||
|
||||
;;; Commentary:
|
||||
|
||||
;;; Code:
|
||||
|
||||
(require 'url-parse)
|
||||
|
|
|
@ -20,6 +20,8 @@
|
|||
;; You should have received a copy of the GNU General Public License
|
||||
;; along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>.
|
||||
|
||||
;;; Commentary:
|
||||
|
||||
;;; Code:
|
||||
|
||||
(defgroup url nil
|
||||
|
|
Loading…
Add table
Reference in a new issue