2001-11-19 Simon Josefsson <jas@extundo.com>
authorSimon Josefsson <jas@extundo.com>
Mon, 19 Nov 2001 09:59:58 +0000 (09:59 +0000)
committerSimon Josefsson <jas@extundo.com>
Mon, 19 Nov 2001 09:59:58 +0000 (09:59 +0000)
* message.texi (Header Commands, Insertion): Use C-c C-f C-i for
Importance: instead of C-c C-u.  Move to Header Commands from
Insertion. Suggested by Per Abrahamsen <abraham@dina.kvl.dk>.

texi/ChangeLog
texi/message.texi

index 7566a71..fc19d0b 100644 (file)
@@ -1,3 +1,9 @@
+2001-11-19  Simon Josefsson  <jas@extundo.com>
+
+       * message.texi (Header Commands, Insertion): Use C-c C-f C-i for
+       Importance: instead of C-c C-u.  Move to Header Commands from
+       Insertion. Suggested by Per Abrahamsen <abraham@dina.kvl.dk>.
+
 2001-11-17  Simon Josefsson  <jas@extundo.com>
 
        * message.texi (Insertion): Use C-c C-u for Importance: instead of
index ed97b10..a7aa1fa 100644 (file)
@@ -351,8 +351,9 @@ times, you will get back the un-edited message you're responding to.
 @node Header Commands
 @section Header Commands
 
-All these commands move to the header in question.  If it doesn't exist,
-it will be inserted.
+All these commands move to the header in question (except for the
+@samp{Importance:} related commands).  If it doesn't exist, it will be
+inserted.
 
 @table @kbd
 
@@ -416,6 +417,27 @@ Go to the @code{Keywords} header (@code{message-goto-keywords}).
 @findex message-goto-summary
 Go to the @code{Summary} header (@code{message-goto-summary}).
 
+@item C-c C-f C-i
+@kindex C-c C-f C-i
+@findex message-insert-or-toggle-importance
+This inserts the @samp{Importance:} header with a value of
+@samp{high}.  This header is used to signal the importance of the
+message to the receiver.  If the header is already present in the
+buffer, it cycles between the three valid values according to RFC
+1376: @samp{low}, @samp{normal} and @samp{high}.
+
+@item M-x message-insert-importance-high
+@kindex M-x message-insert-importance-high
+@findex message-insert-importance-high
+Insert a @samp{Importance:} header with a value of @samp{high},
+deleting headers if necessary.
+
+@item M-x message-insert-importance-low
+@kindex M-x message-insert-importance-low
+@findex message-insert-importance-low
+Insert a @samp{Importance:} header with a value of @samp{low},
+deleting headers if necessary.
+
 @end table
 
 
@@ -481,27 +503,6 @@ Insert a signature at the end of the buffer
 @findex message-insert-headers
 Insert the message headers (@code{message-insert-headers}).
 
-@item C-c C-u
-@kindex C-c C-u
-@findex message-insert-or-toggle-importance
-This inserts the @samp{Importance:} header with a value of
-@samp{high}.  This header is used to signal the importance of the
-message to the receiver.  If the header is already present in the
-buffer, it cycles between the three valid values according to RFC
-1376: @samp{low}, @samp{normal} and @samp{high}.
-
-@item M-x message-insert-importance-high
-@kindex M-x message-insert-importance-high
-@findex message-insert-importance-high
-Insert a @samp{Importance:} header with a value of @samp{high},
-deleting headers if necessary.
-
-@item M-x message-insert-importance-low
-@kindex M-x message-insert-importance-low
-@findex message-insert-importance-low
-Insert a @samp{Importance:} header with a value of @samp{low},
-deleting headers if necessary.
-
 @end table