branch: externals/gnorb
commit acb91c506349165a06957023838417470e221140
Author: Eric Abrahamsen <[email protected]>
Commit: Eric Abrahamsen <[email protected]>

    Fix doc error
    
    * gnorb.org: Incorrect information about prefix args to
      `gnorb-org-handle-mail'.
    * gnorb.texi:
    * gnorb.info:
---
 gnorb.info | 7 +++++--
 gnorb.org  | 7 +++++--
 gnorb.texi | 7 +++++--
 3 files changed, 15 insertions(+), 6 deletions(-)

diff --git a/gnorb.info b/gnorb.info
index 9f4850b..b6f3fab 100644
--- a/gnorb.info
+++ b/gnorb.info
@@ -180,11 +180,14 @@ Email tracking starts in one of three ways:
   1. ‘gnorb-org-handle-mail’ is called on an Org heading to compose a
      new message.  By default, this will begin a reply to the most
      recent message in the conversation.  If there are no associated
-     messages to reply to (or you call the function with a double prefix
+     messages to reply to (or you call the function with a single prefix
      arg), Gnorb will look for mailto: or bbdb: links in the heading,
      and compose a new message to them.
 
-     The sent message will be associated with the Org heading, and
+     Calling the function with a double prefix arg will ignore all
+     associated messages and links, and compose a blank message.
+
+     Once sent, the message will be associated with the Org heading, and
      you’ll be brought back to the heading and asked to trigger an
      action on it.
 
diff --git a/gnorb.org b/gnorb.org
index 9c4e523..12cfb49 100644
--- a/gnorb.org
+++ b/gnorb.org
@@ -94,11 +94,14 @@ There are three main email-related commands:
 1. `gnorb-org-handle-mail' is called on an Org heading to compose a
    new message. By default, this will begin a reply to the most recent
    message in the conversation. If there are no associated messages to
-   reply to (or you call the function with a double prefix arg), Gnorb
+   reply to (or you call the function with a single prefix arg), Gnorb
    will look for mailto: or bbdb: links in the heading, and compose a
    new message to them.
+
+   Calling the function with a double prefix arg will ignore all
+   associated messages and links, and compose a blank message.
    
-   The sent message will be associated with the Org heading, and
+   Once sent, the message will be associated with the Org heading, and
    you'll be brought back to the heading and asked to trigger an
    action on it.
    
diff --git a/gnorb.texi b/gnorb.texi
index abe239f..fd468c4 100644
--- a/gnorb.texi
+++ b/gnorb.texi
@@ -192,11 +192,14 @@ There are three main email-related commands:
 `gnorb-org-handle-mail' is called on an Org heading to compose a
 new message. By default, this will begin a reply to the most recent
 message in the conversation. If there are no associated messages to
-reply to (or you call the function with a double prefix arg), Gnorb
+reply to (or you call the function with a single prefix arg), Gnorb
 will look for mailto: or bbdb: links in the heading, and compose a
 new message to them.
 
-The sent message will be associated with the Org heading, and
+Calling the function with a double prefix arg will ignore all
+associated messages and links, and compose a blank message.
+
+Once sent, the message will be associated with the Org heading, and
 you'll be brought back to the heading and asked to trigger an
 action on it.
 

Reply via email to