aboutsummaryrefslogtreecommitdiffstats
path: root/man/faq.texi
diff options
context:
space:
mode:
authorEli Zaretskii <[email protected]>2001-11-04 12:51:16 +0000
committerEli Zaretskii <[email protected]>2001-11-04 12:51:16 +0000
commit718fb8a1ff055a7ac542846d6740c4371c874761 (patch)
treecc44c196c6779c8f3c582ea14791ac4fc671fe24 /man/faq.texi
parent2df5238c1a7e97c9271a6bebd369b9a2c3e304eb (diff)
Replace M-C- with C-M-
Diffstat (limited to 'man/faq.texi')
-rw-r--r--man/faq.texi10
1 files changed, 5 insertions, 5 deletions
diff --git a/man/faq.texi b/man/faq.texi
index 99ba8c96a3..c4ee4bf181 100644
--- a/man/faq.texi
+++ b/man/faq.texi
@@ -114,13 +114,13 @@ used in the FAQ.
@end menu
@node Basic keys, Extended commands, FAQ notation, FAQ notation
-@section What do these mean: @kbd{C-h}, @kbd{M-C-a}, @key{RET}, @kbd{@key{ESC} a}, etc.?
+@section What do these mean: @kbd{C-h}, @kbd{C-M-a}, @key{RET}, @kbd{@key{ESC} a}, etc.?
@cindex Basic keys
@cindex Control key, notation for
@cindex @key{Meta} key, notation for
@cindex Control-Meta characters, notation for
@cindex @kbd{C-h}, definition of
-@cindex @kbd{M-C-h}, definition of
+@cindex @kbd{C-M-h}, definition of
@cindex @key{DEL}, definition of
@cindex @key{ESC}, definition of
@cindex @key{LFD}, definition of
@@ -1482,7 +1482,7 @@ to search for unprintable characters using @code{re-search-forward}:
Using @code{isearch-forward-regexp}:
-@kbd{M-C-s [^ @key{TAB} @key{LFD} C-q @key{RET} C-q C-l @key{SPC} -~]}
+@kbd{C-M-s [^ @key{TAB} @key{LFD} C-q @key{RET} C-q C-l @key{SPC} -~]}
To delete all unprintable characters, simply use replace-regexp:
@@ -2010,7 +2010,7 @@ delete it and reinsert it. Emacs will momentarily move the cursor to
the matching parenthesis.
@item
-@kbd{M-C-f} (@code{forward-sexp}) and @kbd{M-C-b} (@code{backward-sexp})
+@kbd{C-M-f} (@code{forward-sexp}) and @kbd{C-M-b} (@code{backward-sexp})
will skip over one set of balanced parentheses, so you can see which
parentheses match. (You can train it to skip over balanced brackets
and 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
will be inserted in the buffer.
@item
-In @code{emacs-lisp-mode}, typing @kbd{M-C-x} evaluates a top-level form
+In @code{emacs-lisp-mode}, typing @kbd{C-M-x} evaluates a top-level form
before or around point.
@item