aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2023-01-05 20:39:14 +0200
committerEli Zaretskii2023-01-05 20:39:14 +0200
commit16eca92415b608d4e567efd725936f5110b440dc (patch)
tree9e3e8fafb17385342f5df7f283d5dd7f5468f797
parent4753b587868230fc368c7247c4ec063771a4f5a8 (diff)
downloademacs-16eca92415b608d4e567efd725936f5110b440dc.tar.gz
emacs-16eca92415b608d4e567efd725936f5110b440dc.zip
; * src/gnutls.c (Fgnutls_deinit): Fix typo in doc string (bug#60579).
-rw-r--r--src/gnutls.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gnutls.c b/src/gnutls.c
index 45dd1b0aa53..91e369375f2 100644
--- a/src/gnutls.c
+++ b/src/gnutls.c
@@ -1060,7 +1060,7 @@ usage: (gnutls-error-string ERROR) */)
1060 1060
1061DEFUN ("gnutls-deinit", Fgnutls_deinit, Sgnutls_deinit, 1, 1, 0, 1061DEFUN ("gnutls-deinit", Fgnutls_deinit, Sgnutls_deinit, 1, 1, 0,
1062 doc: /* Deallocate GnuTLS resources associated with process PROC. 1062 doc: /* Deallocate GnuTLS resources associated with process PROC.
1063See also `gnutls-init'. */) 1063See also `gnutls-boot'. */)
1064 (Lisp_Object proc) 1064 (Lisp_Object proc)
1065{ 1065{
1066 return emacs_gnutls_deinit (proc); 1066 return emacs_gnutls_deinit (proc);