emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] scratch/tzz/nettle b70721c: WIP: GnuTLS: shorten first lin


From: Teodor Zlatanov
Subject: [Emacs-diffs] scratch/tzz/nettle b70721c: WIP: GnuTLS: shorten first line of docstrings.
Date: Tue, 27 Jun 2017 18:58:08 -0400 (EDT)

branch: scratch/tzz/nettle
commit b70721c8e0bdfb1f40496c6dcb643ea998e179f3
Author: Ted Zlatanov <address@hidden>
Commit: Ted Zlatanov <address@hidden>

    WIP: GnuTLS: shorten first line of docstrings.
---
 src/gnutls.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/gnutls.c b/src/gnutls.c
index 40dbb9f..28576a4 100644
--- a/src/gnutls.c
+++ b/src/gnutls.c
@@ -2030,7 +2030,7 @@ gnutls_symmetric (bool encrypting, Lisp_Object cipher,
 }
 
 DEFUN ("gnutls-symmetric-encrypt", Fgnutls_symmetric_encrypt, 
Sgnutls_symmetric_encrypt, 4, 5, 0,
-       doc: /* Encrypt INPUT data with symmetric CIPHER and KEY+AEAD_AUTH and 
IV data into a unibyte string.
+       doc: /* Encrypt INPUT with symmetric CIPHER, KEY+AEAD_AUTH, and IV to a 
unibyte string.
 
 Returns nil on error.
 
@@ -2054,7 +2054,7 @@ these AEAD ciphers, but it may still be omitted (nil) as 
well. */)
 }
 
 DEFUN ("gnutls-symmetric-decrypt", Fgnutls_symmetric_decrypt, 
Sgnutls_symmetric_decrypt, 4, 5, 0,
-       doc: /* Decrypt INPUT data with symmetric CIPHER and KEY+AEAD_AUTH and 
IV data into a unibyte string.
+       doc: /* Decrypt INPUT with symmetric CIPHER, KEY+AEAD_AUTH, and IV to a 
unibyte string.
 
 Returns nil on error.
 



reply via email to

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