; * src/gnutls.c (Fgnutls_deinit): Fix typo in doc string (bug#60579).

This commit is contained in:
Eli Zaretskii 2023-01-05 20:39:14 +02:00
parent 4753b58786
commit 16eca92415

View file

@ -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);