aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2001-11-04 12:51:16 +0000
committerEli Zaretskii2001-11-04 12:51:16 +0000
commit718fb8a1ff055a7ac542846d6740c4371c874761 (patch)
treecc44c196c6779c8f3c582ea14791ac4fc671fe24
parent2df5238c1a7e97c9271a6bebd369b9a2c3e304eb (diff)
downloademacs-718fb8a1ff055a7ac542846d6740c4371c874761.tar.gz
emacs-718fb8a1ff055a7ac542846d6740c4371c874761.zip
Replace M-C- with C-M-
-rw-r--r--man/ada-mode.texi6
-rw-r--r--man/cc-mode.texi16
-rw-r--r--man/faq.texi10
-rw-r--r--man/gnus.texi58
-rw-r--r--man/idlwave.texi22
-rw-r--r--man/message.texi4
-rw-r--r--man/reftex.texi2
7 files changed, 59 insertions, 59 deletions
diff --git a/man/ada-mode.texi b/man/ada-mode.texi
index d6ad14f7050..8ee4116a7b9 100644
--- a/man/ada-mode.texi
+++ b/man/ada-mode.texi
@@ -546,11 +546,11 @@ these functions are available through the Ada menu, and you can also use
546the following key bindings or the command names: 546the following key bindings or the command names:
547 547
548@table @kbd 548@table @kbd
549@item M-C-e 549@item C-M-e
550@findex ada-next-procedure 550@findex ada-next-procedure
551Move to the next function/procedure/task, which ever comes next 551Move to the next function/procedure/task, which ever comes next
552(@code{ada-next-procedure}). 552(@code{ada-next-procedure}).
553@item M-C-a 553@item C-M-a
554@findex ada-previous-procedure 554@findex ada-previous-procedure
555Move to previous function/procedure/task 555Move to previous function/procedure/task
556(@code{ada-previous-procedure}). 556(@code{ada-previous-procedure}).
@@ -791,7 +791,7 @@ name of the variable.
791@table @kbd 791@table @kbd
792@item @key{TAB} 792@item @key{TAB}
793Indent the current line or the current region. 793Indent the current line or the current region.
794@item M-C-\ 794@item C-M-\
795Indent lines in the current selected block. 795Indent lines in the current selected block.
796@item C-c @key{TAB} 796@item C-c @key{TAB}
797Indent the current line and prints the name of the variable used for 797Indent the current line and prints the name of the variable used for
diff --git a/man/cc-mode.texi b/man/cc-mode.texi
index 3e81ad1aa97..8f4d01fa068 100644
--- a/man/cc-mode.texi
+++ b/man/cc-mode.texi
@@ -1536,10 +1536,10 @@ variables, described below. See @code{c-tab-always-indent},
1536numeric argument, this command rigidly indents the region, preserving 1536numeric argument, this command rigidly indents the region, preserving
1537the relative indentation among the lines. 1537the relative indentation among the lines.
1538 1538
1539@kindex M-C-q 1539@kindex C-M-q
1540@findex c-indent-exp 1540@findex c-indent-exp
1541@findex indent-exp (c-) 1541@findex indent-exp (c-)
1542@item @kbd{M-C-q} (@code{c-indent-exp}) 1542@item @kbd{C-M-q} (@code{c-indent-exp})
1543Indent an entire balanced brace or parenthesis expression. Note that 1543Indent an entire balanced brace or parenthesis expression. Note that
1544point must be on the opening brace or parenthesis of the expression you 1544point must be on the opening brace or parenthesis of the expression you
1545want to indent. 1545want to indent.
@@ -1554,17 +1554,17 @@ re-indent a nested brace construct, such as a nested class or function,
1554or a Java method. The top-level construct being re-indented must be 1554or a Java method. The top-level construct being re-indented must be
1555complete, i.e. it must have both a beginning brace and an ending brace. 1555complete, i.e. it must have both a beginning brace and an ending brace.
1556 1556
1557@kindex M-C-\ 1557@kindex C-M-\
1558@findex indent-region 1558@findex indent-region
1559@item @kbd{M-C-\} (@code{indent-region}) 1559@item @kbd{C-M-\} (@code{indent-region})
1560Indents an arbitrary region of code. This is a standard Emacs command, 1560Indents an arbitrary region of code. This is a standard Emacs command,
1561tailored for C code in a @ccmode{} buffer. Note that of course, point 1561tailored for C code in a @ccmode{} buffer. Note that of course, point
1562and mark must delineate the region you want to indent. 1562and mark must delineate the region you want to indent.
1563 1563
1564@kindex M-C-h 1564@kindex C-M-h
1565@findex c-mark-function 1565@findex c-mark-function
1566@findex mark-function (c-) 1566@findex mark-function (c-)
1567@item @kbd{M-C-h} (@code{c-mark-function}) 1567@item @kbd{C-M-h} (@code{c-mark-function})
1568While not strictly an indentation command, this is useful for marking 1568While not strictly an indentation command, this is useful for marking
1569the current top-level function or class definition as the current 1569the current top-level function or class definition as the current
1570region. As with @code{c-indent-defun}, this command operates on 1570region. As with @code{c-indent-defun}, this command operates on
@@ -1718,7 +1718,7 @@ argument, move backward.
1718Move point to the beginning of the innermost C statement. If point is 1718Move point to the beginning of the innermost C statement. If point is
1719already at the beginning of a statement, move to the beginning of the 1719already at the beginning of a statement, move to the beginning of the
1720closest preceding statement, even if that means moving into a block (you 1720closest preceding statement, even if that means moving into a block (you
1721can use @kbd{M-C-b} to move over a balanced block). With prefix 1721can use @kbd{C-M-b} to move over a balanced block). With prefix
1722argument @var{n}, move back @var{n} @minus{} 1 statements. 1722argument @var{n}, move back @var{n} @minus{} 1 statements.
1723 1723
1724If point is within or next to a comment or a string which spans more 1724If point is within or next to a comment or a string which spans more
@@ -1735,7 +1735,7 @@ whether to do sentence motion in or near comments and multiline strings.
1735@item @kbd{M-e} (@code{c-end-of-statement}) 1735@item @kbd{M-e} (@code{c-end-of-statement})
1736Move point to the end of the innermost C statement. If point is at the 1736Move point to the end of the innermost C statement. If point is at the
1737end of a statement, move to the end of the next statement, even if it's 1737end of a statement, move to the end of the next statement, even if it's
1738inside a nested block (use @kbd{M-C-f} to move to the other side of the 1738inside a nested block (use @kbd{C-M-f} to move to the other side of the
1739block). With prefix argument @var{n}, move forward @var{n} @minus{} 1 1739block). With prefix argument @var{n}, move forward @var{n} @minus{} 1
1740statements. 1740statements.
1741 1741
diff --git a/man/faq.texi b/man/faq.texi
index 99ba8c96a34..c4ee4bf181f 100644
--- a/man/faq.texi
+++ b/man/faq.texi
@@ -114,13 +114,13 @@ used in the FAQ.
114@end menu 114@end menu
115 115
116@node Basic keys, Extended commands, FAQ notation, FAQ notation 116@node Basic keys, Extended commands, FAQ notation, FAQ notation
117@section What do these mean: @kbd{C-h}, @kbd{M-C-a}, @key{RET}, @kbd{@key{ESC} a}, etc.? 117@section What do these mean: @kbd{C-h}, @kbd{C-M-a}, @key{RET}, @kbd{@key{ESC} a}, etc.?
118@cindex Basic keys 118@cindex Basic keys
119@cindex Control key, notation for 119@cindex Control key, notation for
120@cindex @key{Meta} key, notation for 120@cindex @key{Meta} key, notation for
121@cindex Control-Meta characters, notation for 121@cindex Control-Meta characters, notation for
122@cindex @kbd{C-h}, definition of 122@cindex @kbd{C-h}, definition of
123@cindex @kbd{M-C-h}, definition of 123@cindex @kbd{C-M-h}, definition of
124@cindex @key{DEL}, definition of 124@cindex @key{DEL}, definition of
125@cindex @key{ESC}, definition of 125@cindex @key{ESC}, definition of
126@cindex @key{LFD}, definition of 126@cindex @key{LFD}, definition of
@@ -1482,7 +1482,7 @@ to search for unprintable characters using @code{re-search-forward}:
1482 1482
1483Using @code{isearch-forward-regexp}: 1483Using @code{isearch-forward-regexp}:
1484 1484
1485@kbd{M-C-s [^ @key{TAB} @key{LFD} C-q @key{RET} C-q C-l @key{SPC} -~]} 1485@kbd{C-M-s [^ @key{TAB} @key{LFD} C-q @key{RET} C-q C-l @key{SPC} -~]}
1486 1486
1487To delete all unprintable characters, simply use replace-regexp: 1487To delete all unprintable characters, simply use replace-regexp:
1488 1488
@@ -2010,7 +2010,7 @@ delete it and reinsert it. Emacs will momentarily move the cursor to
2010the matching parenthesis. 2010the matching parenthesis.
2011 2011
2012@item 2012@item
2013@kbd{M-C-f} (@code{forward-sexp}) and @kbd{M-C-b} (@code{backward-sexp}) 2013@kbd{C-M-f} (@code{forward-sexp}) and @kbd{C-M-b} (@code{backward-sexp})
2014will skip over one set of balanced parentheses, so you can see which 2014will skip over one set of balanced parentheses, so you can see which
2015parentheses match. (You can train it to skip over balanced brackets 2015parentheses match. (You can train it to skip over balanced brackets
2016and braces at the same time by modifying the syntax table.) 2016and braces at the same time by modifying the syntax table.)
@@ -2107,7 +2107,7 @@ You can type the form in the @file{*scratch*} buffer, and then type
2107will be inserted in the buffer. 2107will be inserted in the buffer.
2108 2108
2109@item 2109@item
2110In @code{emacs-lisp-mode}, typing @kbd{M-C-x} evaluates a top-level form 2110In @code{emacs-lisp-mode}, typing @kbd{C-M-x} evaluates a top-level form
2111before or around point. 2111before or around point.
2112 2112
2113@item 2113@item
diff --git a/man/gnus.texi b/man/gnus.texi
index 727d52c41ce..2760625b57b 100644
--- a/man/gnus.texi
+++ b/man/gnus.texi
@@ -1972,8 +1972,8 @@ This is yet one more command that does the same as the @key{RET}
1972command, but this one does it without expunging and hiding dormants 1972command, but this one does it without expunging and hiding dormants
1973(@code{gnus-group-visible-select-group}). 1973(@code{gnus-group-visible-select-group}).
1974 1974
1975@item M-C-@key{RET} 1975@item C-M-@key{RET}
1976@kindex M-C-@key{RET} @r{(Group)} 1976@kindex C-M-@key{RET} @r{(Group)}
1977@findex gnus-group-select-group-ephemerally 1977@findex gnus-group-select-group-ephemerally
1978Finally, this command selects the current group ephemerally without 1978Finally, this command selects the current group ephemerally without
1979doing any processing of its contents 1979doing any processing of its contents
@@ -3025,8 +3025,8 @@ zombies.
3025Run all expirable articles in the current group through the expiry 3025Run all expirable articles in the current group through the expiry
3026process (if any) (@code{gnus-group-expire-articles}). 3026process (if any) (@code{gnus-group-expire-articles}).
3027 3027
3028@item C-c M-C-x 3028@item C-c C-M-x
3029@kindex C-c M-C-x @r{(Group)} 3029@kindex C-c C-M-x @r{(Group)}
3030@findex gnus-group-expire-all-groups 3030@findex gnus-group-expire-all-groups
3031Run all articles in all groups through the expiry process 3031Run all articles in all groups through the expiry process
3032(@code{gnus-group-expire-all-groups}). 3032(@code{gnus-group-expire-all-groups}).
@@ -5843,9 +5843,9 @@ meaningful. Here's one example:
5843@table @kbd 5843@table @kbd
5844 5844
5845@item T k 5845@item T k
5846@itemx M-C-k 5846@itemx C-M-k
5847@kindex T k @r{(Summary)} 5847@kindex T k @r{(Summary)}
5848@kindex M-C-k @r{(Summary)} 5848@kindex C-M-k @r{(Summary)}
5849@findex gnus-summary-kill-thread 5849@findex gnus-summary-kill-thread
5850Mark all articles in the current (sub-)thread as read 5850Mark all articles in the current (sub-)thread as read
5851(@code{gnus-summary-kill-thread}). If the prefix argument is positive, 5851(@code{gnus-summary-kill-thread}). If the prefix argument is positive,
@@ -5853,9 +5853,9 @@ remove all marks instead. If the prefix argument is negative, tick
5853articles instead. 5853articles instead.
5854 5854
5855@item T l 5855@item T l
5856@itemx M-C-l 5856@itemx C-M-l
5857@kindex T l @r{(Summary)} 5857@kindex T l @r{(Summary)}
5858@kindex M-C-l @r{(Summary)} 5858@kindex C-M-l @r{(Summary)}
5859@findex gnus-summary-lower-thread 5859@findex gnus-summary-lower-thread
5860Lower the score of the current (sub-)thread 5860Lower the score of the current (sub-)thread
5861(@code{gnus-summary-lower-thread}). 5861(@code{gnus-summary-lower-thread}).
@@ -5926,8 +5926,8 @@ understand the numeric prefix.
5926 5926
5927@item T n 5927@item T n
5928@kindex T n @r{(Summary)} 5928@kindex T n @r{(Summary)}
5929@itemx M-C-n 5929@itemx C-M-n
5930@kindex M-C-n @r{(Summary)} 5930@kindex C-M-n @r{(Summary)}
5931@itemx M-down 5931@itemx M-down
5932@kindex M-down @r{(Summary)} 5932@kindex M-down @r{(Summary)}
5933@findex gnus-summary-next-thread 5933@findex gnus-summary-next-thread
@@ -5935,8 +5935,8 @@ Go to the next thread (@code{gnus-summary-next-thread}).
5935 5935
5936@item T p 5936@item T p
5937@kindex T p @r{(Summary)} 5937@kindex T p @r{(Summary)}
5938@itemx M-C-p 5938@itemx C-M-p
5939@kindex M-C-p @r{(Summary)} 5939@kindex C-M-p @r{(Summary)}
5940@itemx M-up 5940@itemx M-up
5941@kindex M-up @r{(Summary)} 5941@kindex M-up @r{(Summary)}
5942@findex gnus-summary-prev-thread 5942@findex gnus-summary-prev-thread
@@ -8506,8 +8506,8 @@ process/prefix convention (@pxref{Process/Prefix}).
8506Expire all expirable articles in the group 8506Expire all expirable articles in the group
8507(@code{gnus-summary-expire-articles}). 8507(@code{gnus-summary-expire-articles}).
8508 8508
8509@item B M-C-e 8509@item B C-M-e
8510@kindex B M-C-e @r{(Summary)} 8510@kindex B C-M-e @r{(Summary)}
8511@findex gnus-summary-expire-articles-now 8511@findex gnus-summary-expire-articles-now
8512Delete all the expirable articles in the group 8512Delete all the expirable articles in the group
8513(@code{gnus-summary-expire-articles-now}). This means that @strong{all} 8513(@code{gnus-summary-expire-articles-now}). This means that @strong{all}
@@ -8799,8 +8799,8 @@ whenever you see a message that is a collection of other messages of
8799some format, you @kbd{C-d} and read these messages in a more convenient 8799some format, you @kbd{C-d} and read these messages in a more convenient
8800fashion. 8800fashion.
8801 8801
8802@item M-C-d 8802@item C-M-d
8803@kindex M-C-d @r{(Summary)} 8803@kindex C-M-d @r{(Summary)}
8804@findex gnus-summary-read-document 8804@findex gnus-summary-read-document
8805This command is very similar to the one above, but lets you gather 8805This command is very similar to the one above, but lets you gather
8806several documents into one biiig group 8806several documents into one biiig group
@@ -8824,14 +8824,14 @@ to have truncation switched off while reading articles.
8824Expand the summary buffer window (@code{gnus-summary-expand-window}). 8824Expand the summary buffer window (@code{gnus-summary-expand-window}).
8825If given a prefix, force an @code{article} window configuration. 8825If given a prefix, force an @code{article} window configuration.
8826 8826
8827@item M-C-e 8827@item C-M-e
8828@kindex M-C-e @r{(Summary)} 8828@kindex C-M-e @r{(Summary)}
8829@findex gnus-summary-edit-parameters 8829@findex gnus-summary-edit-parameters
8830Edit the group parameters (@pxref{Group Parameters}) of the current 8830Edit the group parameters (@pxref{Group Parameters}) of the current
8831group (@code{gnus-summary-edit-parameters}). 8831group (@code{gnus-summary-edit-parameters}).
8832 8832
8833@item M-C-a 8833@item C-M-a
8834@kindex M-C-a @r{(Summary)} 8834@kindex C-M-a @r{(Summary)}
8835@findex gnus-summary-customize-parameters 8835@findex gnus-summary-customize-parameters
8836Customize the group parameters (@pxref{Group Parameters}) of the current 8836Customize the group parameters (@pxref{Group Parameters}) of the current
8837group (@code{gnus-summary-customize-parameters}). 8837group (@code{gnus-summary-customize-parameters}).
@@ -17094,9 +17094,9 @@ same time? You can't, and you're probably perfectly happy that way.
17094I'm not, so I've added a second prefix---the @dfn{symbolic prefix}. The 17094I'm not, so I've added a second prefix---the @dfn{symbolic prefix}. The
17095prefix key is @kbd{M-i} (@code{gnus-symbolic-argument}), and the next 17095prefix key is @kbd{M-i} (@code{gnus-symbolic-argument}), and the next
17096character typed in is the value. You can stack as many @kbd{M-i} 17096character typed in is the value. You can stack as many @kbd{M-i}
17097prefixes as you want. @kbd{M-i a M-C-u} means ``feed the @kbd{M-C-u} 17097prefixes as you want. @kbd{M-i a C-M-u} means ``feed the @kbd{C-M-u}
17098command the symbolic prefix @code{a}''. @kbd{M-i a M-i b M-C-u} means 17098command the symbolic prefix @code{a}''. @kbd{M-i a M-i b C-M-u} means
17099``feed the @kbd{M-C-u} command the symbolic prefixes @code{a} and 17099``feed the @kbd{C-M-u} command the symbolic prefixes @code{a} and
17100@code{b}''. You get the drift. 17100@code{b}''. You get the drift.
17101 17101
17102Typing in symbolic prefixes to commands that don't accept them doesn't 17102Typing in symbolic prefixes to commands that don't accept them doesn't
@@ -18090,7 +18090,7 @@ never be totally undoable.
18090@findex gnus-undo 18090@findex gnus-undo
18091The undoability is provided by the @code{gnus-undo-mode} minor mode. It 18091The undoability is provided by the @code{gnus-undo-mode} minor mode. It
18092is used if @code{gnus-use-undo} is non-@code{nil}, which is the 18092is used if @code{gnus-use-undo} is non-@code{nil}, which is the
18093default. The @kbd{M-C-_} key performs the @code{gnus-undo} 18093default. The @kbd{C-M-_} key performs the @code{gnus-undo}
18094command, which should feel kinda like the normal Emacs @code{undo} 18094command, which should feel kinda like the normal Emacs @code{undo}
18095command. 18095command.
18096 18096
@@ -19918,7 +19918,7 @@ There's a way now to specify that ``uninteresting'' fields be suppressed
19918when generating lines in buffers (@pxref{Advanced Formatting}). 19918when generating lines in buffers (@pxref{Advanced Formatting}).
19919 19919
19920@item 19920@item
19921Several commands in the group buffer can be undone with @kbd{M-C-_} 19921Several commands in the group buffer can be undone with @kbd{C-M-_}
19922(@pxref{Undo}). 19922(@pxref{Undo}).
19923 19923
19924@item 19924@item
@@ -19950,7 +19950,7 @@ the native server (@pxref{Changing Servers}).
19950 19950
19951@item 19951@item
19952A new command for reading collections of documents 19952A new command for reading collections of documents
19953(@code{nndoc} with @code{nnvirtual} on top) has been added---@kbd{M-C-d} 19953(@code{nndoc} with @code{nnvirtual} on top) has been added---@kbd{C-M-d}
19954(@pxref{Really Various Summary Commands}). 19954(@pxref{Really Various Summary Commands}).
19955 19955
19956@item 19956@item
@@ -22093,7 +22093,7 @@ description = <string>
22093 22093
22094Believe it or not, but some people who use Gnus haven't really used 22094Believe it or not, but some people who use Gnus haven't really used
22095Emacs much before they embarked on their journey on the Gnus Love Boat. 22095Emacs much before they embarked on their journey on the Gnus Love Boat.
22096If you are one of those unfortunates whom ``@kbd{M-C-a}'', ``kill the 22096If you are one of those unfortunates whom ``@kbd{C-M-a}'', ``kill the
22097region'', and ``set @code{gnus-flargblossen} to an alist where the key 22097region'', and ``set @code{gnus-flargblossen} to an alist where the key
22098is a regexp that is used for matching on the group name'' are magical 22098is a regexp that is used for matching on the group name'' are magical
22099phrases with little or no meaning, then this appendix is for you. If 22099phrases with little or no meaning, then this appendix is for you. If
@@ -22133,11 +22133,11 @@ which is the meta key on this keyboard. It's usually located somewhere
22133to the left hand side of the keyboard, usually on the bottom row. 22133to the left hand side of the keyboard, usually on the bottom row.
22134 22134
22135Now, us Emacs people don't say ``press the meta-control-m key'', 22135Now, us Emacs people don't say ``press the meta-control-m key'',
22136because that's just too inconvenient. We say ``press the @kbd{M-C-m} 22136because that's just too inconvenient. We say ``press the @kbd{C-M-m}
22137key''. @kbd{M-} is the prefix that means ``meta'' and ``C-'' is the 22137key''. @kbd{M-} is the prefix that means ``meta'' and ``C-'' is the
22138prefix that means ``control''. So ``press @kbd{C-k}'' means ``press 22138prefix that means ``control''. So ``press @kbd{C-k}'' means ``press
22139down the control key, and hold it down while you press @kbd{k}''. 22139down the control key, and hold it down while you press @kbd{k}''.
22140``Press @kbd{M-C-k}'' means ``press down and hold down the meta key and 22140``Press @kbd{C-M-k}'' means ``press down and hold down the meta key and
22141the control key and then press @kbd{k}''. Simple, ay? 22141the control key and then press @kbd{k}''. Simple, ay?
22142 22142
22143This is somewhat complicated by the fact that not all keyboards have a 22143This is somewhat complicated by the fact that not all keyboards have a
diff --git a/man/idlwave.texi b/man/idlwave.texi
index c5e0f55d6ec..f38a95ff793 100644
--- a/man/idlwave.texi
+++ b/man/idlwave.texi
@@ -272,7 +272,7 @@ Some configuration examples are also given in the appendix.
272@multitable @columnfractions .15 .85 272@multitable @columnfractions .15 .85
273@item @key{TAB} 273@item @key{TAB}
274@tab Indent the current line relative to context. 274@tab Indent the current line relative to context.
275@item @kbd{M-C-\} 275@item @kbd{C-M-\}
276@tab Re-indent all lines in the current region. 276@tab Re-indent all lines in the current region.
277@item @kbd{M-@key{RET}} 277@item @kbd{M-@key{RET}}
278@tab Start a continuation line. Or split the current line at point. 278@tab Start a continuation line. Or split the current line at point.
@@ -405,7 +405,7 @@ end
405The indentation probably looks funny, since it's different from the 405The indentation probably looks funny, since it's different from the
406settings you use, so use the @key{TAB} key in each line to automatically 406settings you use, so use the @key{TAB} key in each line to automatically
407line it up (or more quickly @emph{select} the entire buffer with 407line it up (or more quickly @emph{select} the entire buffer with
408@kbd{C-x h} followed by @kbd{M-C-\}). Notice how different syntactical 408@kbd{C-x h} followed by @kbd{C-M-\}). Notice how different syntactical
409elements are highlighted in different colors, if you have set up support 409elements are highlighted in different colors, if you have set up support
410for font-lock. 410for font-lock.
411 411
@@ -550,7 +550,7 @@ following lines in @file{.emacs}
550@end lisp 550@end lisp
551 551
552Restart Emacs, take the program we developed in the first part of this 552Restart Emacs, take the program we developed in the first part of this
553tutorial and re-indent it with @kbd{C-c h} and @kbd{M-C-\}. You 553tutorial and re-indent it with @kbd{C-c h} and @kbd{C-M-\}. You
554probably want to keep these lines in @file{.emacs}, with values adjusted 554probably want to keep these lines in @file{.emacs}, with values adjusted
555to your likings. If you want to get more information about any of these 555to your likings. If you want to get more information about any of these
556variables, type, e.g., @kbd{C-h v idlwave-main-block-indent @key{RET}}. 556variables, type, e.g., @kbd{C-h v idlwave-main-block-indent @key{RET}}.
@@ -712,11 +712,11 @@ governed by a number of variables.
712 712
713@cindex Foreign code, adapting 713@cindex Foreign code, adapting
714@cindex Indentation, of foreign code 714@cindex Indentation, of foreign code
715@kindex M-C-\ 715@kindex C-M-\
716To re-indent a larger portion of code (e.g. when working with foreign code 716To re-indent a larger portion of code (e.g. when working with foreign code
717written with different conventions), use @kbd{M-C-\} 717written with different conventions), use @kbd{C-M-\}
718(@code{indent-region}) after marking the relevant code. Useful marking 718(@code{indent-region}) after marking the relevant code. Useful marking
719commands are @kbd{C-x h} (the entire file) or @kbd{M-C-h} (the 719commands are @kbd{C-x h} (the entire file) or @kbd{C-M-h} (the
720current subprogram). @xref{Actions}, for information how to impose 720current subprogram). @xref{Actions}, for information how to impose
721additional formatting conventions on foreign code. 721additional formatting conventions on foreign code.
722 722
@@ -1491,7 +1491,7 @@ must be non-@code{nil}.
1491Action can also be applied to a larger piece of code, e.g. in order to 1491Action can also be applied to a larger piece of code, e.g. in order to
1492convert foreign code to your own style. To do this, mark the relevant 1492convert foreign code to your own style. To do this, mark the relevant
1493part of the code and execute @kbd{M-x expand-region-abbrevs}. Useful 1493part of the code and execute @kbd{M-x expand-region-abbrevs}. Useful
1494marking commands are @kbd{C-x h} (the entire file) or @kbd{M-C-h} (the 1494marking commands are @kbd{C-x h} (the entire file) or @kbd{C-M-h} (the
1495current subprogram). @xref{Code Indentation}, for information how to 1495current subprogram). @xref{Code Indentation}, for information how to
1496adjust the indentation of the code. 1496adjust the indentation of the code.
1497@end itemize 1497@end itemize
@@ -1679,13 +1679,13 @@ program. These are
1679@tab Beginning of block (stay inside the block) 1679@tab Beginning of block (stay inside the block)
1680@item @kbd{C-c @}} 1680@item @kbd{C-c @}}
1681@tab End of block (stay inside the block) 1681@tab End of block (stay inside the block)
1682@item @kbd{M-C-n} 1682@item @kbd{C-M-n}
1683@tab Forward block (on same level) 1683@tab Forward block (on same level)
1684@item @kbd{M-C-p} 1684@item @kbd{C-M-p}
1685@tab Backward block (on same level) 1685@tab Backward block (on same level)
1686@item @kbd{M-C-d} 1686@item @kbd{C-M-d}
1687@tab Down block (enters a block) 1687@tab Down block (enters a block)
1688@item @kbd{M-C-u} 1688@item @kbd{C-M-u}
1689@tab Backward up block (leaves a block) 1689@tab Backward up block (leaves a block)
1690@item @kbd{C-c C-n} 1690@item @kbd{C-c C-n}
1691@tab Next Statement 1691@tab Next Statement
diff --git a/man/message.texi b/man/message.texi
index 18daef61453..96d9e354581 100644
--- a/man/message.texi
+++ b/man/message.texi
@@ -446,8 +446,8 @@ Move to the signature of the message (@code{message-goto-signature}).
446Yank the message that's being replied to into the message buffer 446Yank the message that's being replied to into the message buffer
447(@code{message-yank-original}). 447(@code{message-yank-original}).
448 448
449@item C-c M-C-y 449@item C-c C-M-y
450@kindex C-c M-C-y 450@kindex C-c C-M-y
451@findex message-yank-buffer 451@findex message-yank-buffer
452Prompt for a buffer name and yank the contents of that buffer into the 452Prompt for a buffer name and yank the contents of that buffer into the
453message buffer (@code{message-yank-buffer}). 453message buffer (@code{message-yank-buffer}).
diff --git a/man/reftex.texi b/man/reftex.texi
index b741861c2be..c6048f43b54 100644
--- a/man/reftex.texi
+++ b/man/reftex.texi
@@ -2132,7 +2132,7 @@ Select one of multiple index keys (those separated with @samp{||}).
2132@item e 2132@item e
2133Edit the replacement text. 2133Edit the replacement text.
2134@item C-r 2134@item C-r
2135Recursive edit. Use @kbd{M-C-c} to return to the indexing process. 2135Recursive edit. Use @kbd{C-M-c} to return to the indexing process.
2136@item s 2136@item s
2137Save this buffer and ask again about the current match. 2137Save this buffer and ask again about the current match.
2138@item S 2138@item S