]> git.cworth.org Git - sup/blobdiff - lib/sup/modes/edit-message-mode.rb
many many changes. this is what happens when i have 5 hours on an airplane
[sup] / lib / sup / modes / edit-message-mode.rb
index 64ca73dc4446507fa78caf5d9657012b424dc405..e04fc3033dfc4f80f6a9012bba5769cc4625a3fb 100644 (file)
@@ -13,7 +13,7 @@ class EditMessageMode < LineCursorMode
   NON_EDITABLE_HEADERS = %w(Message-Id Date)
 
   HookManager.register "signature", <<EOS
-Generates a signature for a message.
+Generates a message signature.
 Variables:
       header: an object that supports string-to-string hashtable-style access
               to the raw headers for the message. E.g., header["From"],