Changeset 4493
- Timestamp:
- 10/21/03 19:45:02 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/j/doc/commands.html
r4492 r4493 92 92 <li><a href="commands.html#downList">downList</a></li> 93 93 <li><a href="commands.html#dropBookmark">dropBookmark</a></li> 94 <li><a href="commands.html#dropTemporaryMarker">dropTemporaryMarker</a></li> 94 95 <li><a href="commands.html#editRegister">editRegister</a></li> 95 96 <li><a href="commands.html#electricCloseAngleBracket">electricCloseAngleBracket</a></li> … … 126 127 <li><a href="commands.html#forwardSexp">forwardSexp</a></li> 127 128 <li><a href="commands.html#gotoBookmark">gotoBookmark</a></li> 129 <li><a href="commands.html#gotoTemporaryMarker">gotoTemporaryMarker</a></li> 128 130 <li><a href="commands.html#gotoFile">gotoFile</a></li> 129 131 <li><a href="commands.html#help">help</a></li> … … 1251 1253 </dl><!--<hr>--> 1252 1254 1255 <a name="dropTemporaryMarker">dropTemporaryMarker</a><dl><dd> 1256 <p> 1257 Drops a temporary marker at the location of the caret in the current buffer. 1258 <p> 1259 You can use <a href="#gotoTemporaryMarker">gotoTemporaryMarker</a>, mapped by 1260 default to Ctrl \, to return to the location of the temporary marker. 1261 <p> 1262 This command recycles the same temporary marker for each subsequent use, so you 1263 can only have one temporary marker at a time. 1264 <p> 1265 <b>Default key mapping:</b> Alt \ 1266 <p> 1267 <b>See also:</b> <a href="#dropBookmark">dropBookmark</a>, 1268 <a href="#gotoTemporaryMarker">gotoTemporaryMarker</a> 1269 <br><br> 1270 </dl><!--<hr>--> 1271 1253 1272 <a name="editRegister">editRegister</a><dl><dd> 1254 1273 <p> … … 1782 1801 <p> 1783 1802 <b>Default key mapping:</b> Ctrl Shift G (global), Mouse-2 (shell buffers) 1803 <br><br> 1804 </dl><!--<hr>--> 1805 1806 <a name="gotoTemporaryMarker">gotoTemporaryMarker</a><dl><dd> 1807 <p> 1808 Returns to a previously dropped temporary marker. 1809 <p> 1810 <b>Default key mapping:</b> Ctrl \ 1811 <p> 1812 <b>See also:</b> <a href="#dropTemporaryMarker">dropTemporaryMarker</a> 1784 1813 <br><br> 1785 1814 </dl><!--<hr>-->
Note: See TracChangeset
for help on using the changeset viewer.