summaryrefslogtreecommitdiff
path: root/modules/curl/curl.c
diff options
context:
space:
mode:
Diffstat (limited to 'modules/curl/curl.c')
-rw-r--r--modules/curl/curl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/curl/curl.c b/modules/curl/curl.c
index 8a7934be5c3..d1e11be83f9 100644
--- a/modules/curl/curl.c
+++ b/modules/curl/curl.c
@@ -58,7 +58,7 @@ DEFUN ("curl-make", Fcurl_make, Scurl_make, 0, 0, 0,
EXFUN (Fcurl_fetch_url, 2);
DEFUN ("curl-fetch-url", Fcurl_fetch_url, Scurl_fetch_url, 2, 2, 0,
- doc: "Fetch and store the content of URL using HANDLE.\n\n"
+ doc: "Fetch and store the content of URL using HANDLE.\n"
"Return t if successful otherwise return an error string.")
(Lisp_Object handle, Lisp_Object url)
{