]> git.eshelyaron.com Git - emacs.git/commitdiff
; Fix typos in recent message.el changes
authorBasil L. Contovounesios <contovob@tcd.ie>
Sat, 8 Aug 2020 22:53:14 +0000 (23:53 +0100)
committerBasil L. Contovounesios <contovob@tcd.ie>
Sat, 8 Aug 2020 22:56:30 +0000 (23:56 +0100)
* doc/misc/message.texi (OpenPGP Header):
* etc/NEWS:
* lisp/gnus/message.el (message-add-openpgp-header): Fix spelling of
function name.

doc/misc/message.texi
etc/NEWS
lisp/gnus/message.el

index 687ee1f9702f135570b7ad5b3914d3d0f1897b1d..204a6386e0118bb702e5d8d6d91a11c4baf1f6a1 100644 (file)
@@ -1265,7 +1265,7 @@ for a long time.  For more details, see
 To use this in Message, say:
 
 @lisp
-(add-hook 'message-send-hook 'messasge-add-openpgp-header)
+(add-hook 'message-send-hook 'message-add-openpgp-header)
 @end lisp
 
 @noindent
index 269b07610a51000870af8781eba7c107e232fbc2..71c037631afa3895f9ccd83e35fb7f03675d8fc6 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -249,7 +249,7 @@ not.
 +++
 *** Message now supports the OpenPGP header.
 To generate these headers, add the new function
-'messasge-add-openpgp-header' to 'message-send-hook'.  The header will
+'message-add-openpgp-header' to 'message-send-hook'.  The header will
 be generated according to the new 'message-openpgp-header' variable.
 
 ---
index d8fef67de203ad30412fffb847c2aff8cb814f72..0aca31ac88ae9c0aab075edb6920dd9faa9a5d8f 100644 (file)
@@ -2763,7 +2763,7 @@ will not be inserted."
                        (const "signencrypt" :tag "Sign and Encrypt"))))
   :version "28.1")
 
-(defun messasge-add-openpgp-header ()
+(defun message-add-openpgp-header ()
   "Add OpenPGP header to point to public key.
 
 Header will be constructed as specified in `message-openpgp-header'.