All of SXEmacs' http URLs are now https. WooHoo!
[sxemacs] / info / lispref / ffi.texi
index 5546dff..0b29a8d 100644 (file)
@@ -938,7 +938,7 @@ The options are keyword-value-pairs and are set via
 @end defun
 
 @example
-(curl:download "http://www.sxemacs.org"
+(curl:download "https://www.sxemacs.org"
   (expand-file-name (make-temp-name "curl") (temp-directory)))
      @result{} 0
 @end example