aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2007-01-04 21:26:43 +0000
committerRichard M. Stallman2007-01-04 21:26:43 +0000
commitc2c923509d2ffe2f572dfffc1985405fafa173d9 (patch)
tree5f0961694b67554fc427ba8612710936e83b7412
parent83e73297675b246100038797d3d3de4f520d8506 (diff)
downloademacs-c2c923509d2ffe2f572dfffc1985405fafa173d9.tar.gz
emacs-c2c923509d2ffe2f572dfffc1985405fafa173d9.zip
Change C-c b to C-c C-m.
-rw-r--r--man/ebrowse.texi50
1 files changed, 25 insertions, 25 deletions
diff --git a/man/ebrowse.texi b/man/ebrowse.texi
index 200b2fe6075..1f4943645c9 100644
--- a/man/ebrowse.texi
+++ b/man/ebrowse.texi
@@ -1275,7 +1275,7 @@ they work in a C++ source buffer, not in member and tree buffers created
1275by Ebrowse. 1275by Ebrowse.
1276 1276
1277@table @kbd 1277@table @kbd
1278@item C-c b f 1278@item C-c C-m f
1279Find the definition of the member around point. If you invoke this 1279Find the definition of the member around point. If you invoke this
1280function with a prefix argument, the declaration is searched. 1280function with a prefix argument, the declaration is searched.
1281 1281
@@ -1284,37 +1284,37 @@ select the class with completion. If there is a scope declaration in
1284front of the member name, this class name is used as initial input for 1284front of the member name, this class name is used as initial input for
1285the completion. 1285the completion.
1286 1286
1287@item C-c b F 1287@item C-c C-m F
1288Find the declaration of the member around point. 1288Find the declaration of the member around point.
1289 1289
1290@item C-c b v 1290@item C-c C-m v
1291View the definition of the member around point. 1291View the definition of the member around point.
1292 1292
1293@item C-c b V 1293@item C-c C-m V
1294View the declaration of the member around point. 1294View the declaration of the member around point.
1295 1295
1296@item C-c b 4 f 1296@item C-c C-m 4 f
1297Find a member's definition in another window. 1297Find a member's definition in another window.
1298 1298
1299@item C-c b 4 F 1299@item C-c C-m 4 F
1300Find a member's declaration in another window. 1300Find a member's declaration in another window.
1301 1301
1302@item C-c b 4 v 1302@item C-c C-m 4 v
1303View a member's definition in another window. 1303View a member's definition in another window.
1304 1304
1305@item C-c b 4 V 1305@item C-c C-m 4 V
1306View a member's declaration in another window. 1306View a member's declaration in another window.
1307 1307
1308@item C-c b 5 f 1308@item C-c C-m 5 f
1309Find a member's definition in another frame. 1309Find a member's definition in another frame.
1310 1310
1311@item C-c b 5 F 1311@item C-c C-m 5 F
1312Find a member's declaration in another frame. 1312Find a member's declaration in another frame.
1313 1313
1314@item C-c b 5 v 1314@item C-c C-m 5 v
1315View a member's definition in another frame. 1315View a member's definition in another frame.
1316 1316
1317@item C-c b 5 V 1317@item C-c C-m 5 V
1318View a member's declaration in another frame. 1318View a member's declaration in another frame.
1319@end table 1319@end table
1320 1320
@@ -1333,7 +1333,7 @@ move to positions in the stack:@refill
1333 1333
1334@table @kbd 1334@table @kbd
1335@cindex return to original position 1335@cindex return to original position
1336@item C-c b - 1336@item C-c C-m -
1337This command sets point to the previous position in the position stack. 1337This command sets point to the previous position in the position stack.
1338Directly after you performed a jump, this will put you back to the 1338Directly after you performed a jump, this will put you back to the
1339position where you came from. 1339position where you came from.
@@ -1344,11 +1344,11 @@ infinite size there is a maximum number of positions defined. When this
1344number is reached, older positions are discarded when new positions are 1344number is reached, older positions are discarded when new positions are
1345pushed on the stack. 1345pushed on the stack.
1346 1346
1347@item C-c b + 1347@item C-c C-m +
1348This command moves forward in the position stack, setting point to 1348This command moves forward in the position stack, setting point to
1349the next position stored in the position stack. 1349the next position stored in the position stack.
1350 1350
1351@item C-c b p 1351@item C-c C-m p
1352Displays an electric buffer showing all positions saved in the stack. 1352Displays an electric buffer showing all positions saved in the stack.
1353You can select a position by pressing @kbd{SPC} in a line. You can 1353You can select a position by pressing @kbd{SPC} in a line. You can
1354view a position with @kbd{v}. 1354view a position with @kbd{v}.
@@ -1373,22 +1373,22 @@ mentioned in the marked classes only. Otherwise all files in the class
1373tree are used. 1373tree are used.
1374 1374
1375@table @kbd 1375@table @kbd
1376@item C-c b s 1376@item C-c C-m s
1377This function performs a regular expression search in the chosen set of 1377This function performs a regular expression search in the chosen set of
1378files. 1378files.
1379 1379
1380@item C-c b u 1380@item C-c C-m u
1381This command performs a search for calls of a given member which is 1381This command performs a search for calls of a given member which is
1382selected in the usual way with completion. 1382selected in the usual way with completion.
1383 1383
1384@item C-c b % 1384@item C-c C-m %
1385Perform a query replace over the set of files. 1385Perform a query replace over the set of files.
1386 1386
1387@item C-c b , 1387@item C-c C-m ,
1388All three operations above stop when finding a match. You can restart 1388All three operations above stop when finding a match. You can restart
1389the operation with this command. 1389the operation with this command.
1390 1390
1391@item C-c b n 1391@item C-c C-m n
1392This restarts the last tags operation with the next file in the list. 1392This restarts the last tags operation with the next file in the list.
1393@end table 1393@end table
1394 1394
@@ -1403,7 +1403,7 @@ This restarts the last tags operation with the next file in the list.
1403@cindex list class members in a file 1403@cindex list class members in a file
1404@cindex file, members 1404@cindex file, members
1405 1405
1406The command @kbd{C-c b l}, lists all members in a given file. The file 1406The command @kbd{C-c C-m l}, lists all members in a given file. The file
1407name is read from the minibuffer with completion. 1407name is read from the minibuffer with completion.
1408 1408
1409 1409
@@ -1415,14 +1415,14 @@ name is read from the minibuffer with completion.
1415@cindex apropos on class members 1415@cindex apropos on class members
1416@cindex members, matching regexp 1416@cindex members, matching regexp
1417 1417
1418The command @kbd{C-c b a} can be used to display all members matching a 1418The command @kbd{C-c C-m a} can be used to display all members matching a
1419given regular expression. This command can be very useful if you 1419given regular expression. This command can be very useful if you
1420remember only part of a member name, and not its beginning. 1420remember only part of a member name, and not its beginning.
1421 1421
1422A special buffer is popped up containing all identifiers matching the 1422A special buffer is popped up containing all identifiers matching the
1423regular expression, and what kind of symbol it is (e.g.@: a member 1423regular expression, and what kind of symbol it is (e.g.@: a member
1424function, or a type). You can then switch to this buffer, and use the 1424function, or a type). You can then switch to this buffer, and use the
1425command @kbd{C-c b f}, for example, to jump to a specific member. 1425command @kbd{C-c C-m f}, for example, to jump to a specific member.
1426 1426
1427 1427
1428 1428
@@ -1433,7 +1433,7 @@ command @kbd{C-c b f}, for example, to jump to a specific member.
1433@cindex completion 1433@cindex completion
1434@cindex symbol completion 1434@cindex symbol completion
1435 1435
1436The command @kbd{C-c b @key{TAB}} completes the symbol in front of point. 1436The command @kbd{C-c C-m @key{TAB}} completes the symbol in front of point.
1437 1437
1438 1438
1439 1439
@@ -1443,7 +1443,7 @@ The command @kbd{C-c b @key{TAB}} completes the symbol in front of point.
1443@cindex member buffer, for member at point 1443@cindex member buffer, for member at point
1444 1444
1445You can quickly display a member buffer containing the member the cursor 1445You can quickly display a member buffer containing the member the cursor
1446in on with the command @kbd{C-c b m}. 1446in on with the command @kbd{C-c C-m m}.
1447 1447
1448 1448
1449@node Concept Index, , Tags-like Functions, Top 1449@node Concept Index, , Tags-like Functions, Top