emacs-diffs
[Top][All Lists]
Advanced

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

emacs-29 16eca92415 1/3: ; * src/gnutls.c (Fgnutls_deinit): Fix typo in


From: Eli Zaretskii
Subject: emacs-29 16eca92415 1/3: ; * src/gnutls.c (Fgnutls_deinit): Fix typo in doc string (bug#60579).
Date: Thu, 5 Jan 2023 15:34:38 -0500 (EST)

branch: emacs-29
commit 16eca92415b608d4e567efd725936f5110b440dc
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>

    ; * src/gnutls.c (Fgnutls_deinit): Fix typo in doc string (bug#60579).
---
 src/gnutls.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/gnutls.c b/src/gnutls.c
index 45dd1b0aa5..91e369375f 100644
--- a/src/gnutls.c
+++ b/src/gnutls.c
@@ -1060,7 +1060,7 @@ usage: (gnutls-error-string ERROR)  */)
 
 DEFUN ("gnutls-deinit", Fgnutls_deinit, Sgnutls_deinit, 1, 1, 0,
        doc: /* Deallocate GnuTLS resources associated with process PROC.
-See also `gnutls-init'.  */)
+See also `gnutls-boot'.  */)
   (Lisp_Object proc)
 {
   return emacs_gnutls_deinit (proc);



reply via email to

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