diff options
| author | Richard M. Stallman | 2007-01-04 21:26:43 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2007-01-04 21:26:43 +0000 |
| commit | c2c923509d2ffe2f572dfffc1985405fafa173d9 (patch) | |
| tree | 5f0961694b67554fc427ba8612710936e83b7412 | |
| parent | 83e73297675b246100038797d3d3de4f520d8506 (diff) | |
| download | emacs-c2c923509d2ffe2f572dfffc1985405fafa173d9.tar.gz emacs-c2c923509d2ffe2f572dfffc1985405fafa173d9.zip | |
Change C-c b to C-c C-m.
| -rw-r--r-- | man/ebrowse.texi | 50 |
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 | |||
| 1275 | by Ebrowse. | 1275 | by Ebrowse. |
| 1276 | 1276 | ||
| 1277 | @table @kbd | 1277 | @table @kbd |
| 1278 | @item C-c b f | 1278 | @item C-c C-m f |
| 1279 | Find the definition of the member around point. If you invoke this | 1279 | Find the definition of the member around point. If you invoke this |
| 1280 | function with a prefix argument, the declaration is searched. | 1280 | function 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 | |||
| 1284 | front of the member name, this class name is used as initial input for | 1284 | front of the member name, this class name is used as initial input for |
| 1285 | the completion. | 1285 | the completion. |
| 1286 | 1286 | ||
| 1287 | @item C-c b F | 1287 | @item C-c C-m F |
| 1288 | Find the declaration of the member around point. | 1288 | Find the declaration of the member around point. |
| 1289 | 1289 | ||
| 1290 | @item C-c b v | 1290 | @item C-c C-m v |
| 1291 | View the definition of the member around point. | 1291 | View the definition of the member around point. |
| 1292 | 1292 | ||
| 1293 | @item C-c b V | 1293 | @item C-c C-m V |
| 1294 | View the declaration of the member around point. | 1294 | View the declaration of the member around point. |
| 1295 | 1295 | ||
| 1296 | @item C-c b 4 f | 1296 | @item C-c C-m 4 f |
| 1297 | Find a member's definition in another window. | 1297 | Find a member's definition in another window. |
| 1298 | 1298 | ||
| 1299 | @item C-c b 4 F | 1299 | @item C-c C-m 4 F |
| 1300 | Find a member's declaration in another window. | 1300 | Find a member's declaration in another window. |
| 1301 | 1301 | ||
| 1302 | @item C-c b 4 v | 1302 | @item C-c C-m 4 v |
| 1303 | View a member's definition in another window. | 1303 | View a member's definition in another window. |
| 1304 | 1304 | ||
| 1305 | @item C-c b 4 V | 1305 | @item C-c C-m 4 V |
| 1306 | View a member's declaration in another window. | 1306 | View a member's declaration in another window. |
| 1307 | 1307 | ||
| 1308 | @item C-c b 5 f | 1308 | @item C-c C-m 5 f |
| 1309 | Find a member's definition in another frame. | 1309 | Find a member's definition in another frame. |
| 1310 | 1310 | ||
| 1311 | @item C-c b 5 F | 1311 | @item C-c C-m 5 F |
| 1312 | Find a member's declaration in another frame. | 1312 | Find a member's declaration in another frame. |
| 1313 | 1313 | ||
| 1314 | @item C-c b 5 v | 1314 | @item C-c C-m 5 v |
| 1315 | View a member's definition in another frame. | 1315 | View a member's definition in another frame. |
| 1316 | 1316 | ||
| 1317 | @item C-c b 5 V | 1317 | @item C-c C-m 5 V |
| 1318 | View a member's declaration in another frame. | 1318 | View 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 - |
| 1337 | This command sets point to the previous position in the position stack. | 1337 | This command sets point to the previous position in the position stack. |
| 1338 | Directly after you performed a jump, this will put you back to the | 1338 | Directly after you performed a jump, this will put you back to the |
| 1339 | position where you came from. | 1339 | position where you came from. |
| @@ -1344,11 +1344,11 @@ infinite size there is a maximum number of positions defined. When this | |||
| 1344 | number is reached, older positions are discarded when new positions are | 1344 | number is reached, older positions are discarded when new positions are |
| 1345 | pushed on the stack. | 1345 | pushed on the stack. |
| 1346 | 1346 | ||
| 1347 | @item C-c b + | 1347 | @item C-c C-m + |
| 1348 | This command moves forward in the position stack, setting point to | 1348 | This command moves forward in the position stack, setting point to |
| 1349 | the next position stored in the position stack. | 1349 | the next position stored in the position stack. |
| 1350 | 1350 | ||
| 1351 | @item C-c b p | 1351 | @item C-c C-m p |
| 1352 | Displays an electric buffer showing all positions saved in the stack. | 1352 | Displays an electric buffer showing all positions saved in the stack. |
| 1353 | You can select a position by pressing @kbd{SPC} in a line. You can | 1353 | You can select a position by pressing @kbd{SPC} in a line. You can |
| 1354 | view a position with @kbd{v}. | 1354 | view a position with @kbd{v}. |
| @@ -1373,22 +1373,22 @@ mentioned in the marked classes only. Otherwise all files in the class | |||
| 1373 | tree are used. | 1373 | tree are used. |
| 1374 | 1374 | ||
| 1375 | @table @kbd | 1375 | @table @kbd |
| 1376 | @item C-c b s | 1376 | @item C-c C-m s |
| 1377 | This function performs a regular expression search in the chosen set of | 1377 | This function performs a regular expression search in the chosen set of |
| 1378 | files. | 1378 | files. |
| 1379 | 1379 | ||
| 1380 | @item C-c b u | 1380 | @item C-c C-m u |
| 1381 | This command performs a search for calls of a given member which is | 1381 | This command performs a search for calls of a given member which is |
| 1382 | selected in the usual way with completion. | 1382 | selected in the usual way with completion. |
| 1383 | 1383 | ||
| 1384 | @item C-c b % | 1384 | @item C-c C-m % |
| 1385 | Perform a query replace over the set of files. | 1385 | Perform a query replace over the set of files. |
| 1386 | 1386 | ||
| 1387 | @item C-c b , | 1387 | @item C-c C-m , |
| 1388 | All three operations above stop when finding a match. You can restart | 1388 | All three operations above stop when finding a match. You can restart |
| 1389 | the operation with this command. | 1389 | the operation with this command. |
| 1390 | 1390 | ||
| 1391 | @item C-c b n | 1391 | @item C-c C-m n |
| 1392 | This restarts the last tags operation with the next file in the list. | 1392 | This 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 | ||
| 1406 | The command @kbd{C-c b l}, lists all members in a given file. The file | 1406 | The command @kbd{C-c C-m l}, lists all members in a given file. The file |
| 1407 | name is read from the minibuffer with completion. | 1407 | name 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 | ||
| 1418 | The command @kbd{C-c b a} can be used to display all members matching a | 1418 | The command @kbd{C-c C-m a} can be used to display all members matching a |
| 1419 | given regular expression. This command can be very useful if you | 1419 | given regular expression. This command can be very useful if you |
| 1420 | remember only part of a member name, and not its beginning. | 1420 | remember only part of a member name, and not its beginning. |
| 1421 | 1421 | ||
| 1422 | A special buffer is popped up containing all identifiers matching the | 1422 | A special buffer is popped up containing all identifiers matching the |
| 1423 | regular expression, and what kind of symbol it is (e.g.@: a member | 1423 | regular expression, and what kind of symbol it is (e.g.@: a member |
| 1424 | function, or a type). You can then switch to this buffer, and use the | 1424 | function, or a type). You can then switch to this buffer, and use the |
| 1425 | command @kbd{C-c b f}, for example, to jump to a specific member. | 1425 | command @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 | ||
| 1436 | The command @kbd{C-c b @key{TAB}} completes the symbol in front of point. | 1436 | The 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 | ||
| 1445 | You can quickly display a member buffer containing the member the cursor | 1445 | You can quickly display a member buffer containing the member the cursor |
| 1446 | in on with the command @kbd{C-c b m}. | 1446 | in 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 |