emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] dynamic-modules 334564f 15/22: fix docstring.


From: Teodor Zlatanov
Subject: [Emacs-diffs] dynamic-modules 334564f 15/22: fix docstring.
Date: Thu, 27 Nov 2014 02:01:54 +0000

branch: dynamic-modules
commit 334564fe8bb5edce2521d29b2d7642ebffd45c76
Author: Aurélien Aptel <address@hidden>
Date:   Sun Nov 23 21:32:28 2014 +0100

    fix docstring.
---
 modules/curl/curl.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/modules/curl/curl.c b/modules/curl/curl.c
index 8a7934b..d1e11be 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)
 {



reply via email to

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