comparison man/mark.texi @ 56691:378fee0ad45e

(Momentary Mark): Minor cleanups.
author Richard M. Stallman <rms@gnu.org>
date Mon, 16 Aug 2004 22:49:16 +0000
parents 3649390c0f91
children 83b92481d956 d8411455de48
comparison
equal deleted inserted replaced
56690:d699954ad4c6 56691:378fee0ad45e
245 not really a separate command; you are using the @kbd{C-@key{SPC}} 245 not really a separate command; you are using the @kbd{C-@key{SPC}}
246 command twice.) 246 command twice.)
247 247
248 @item C-u C-x C-x 248 @item C-u C-x C-x
249 @kindex C-u C-x C-x 249 @kindex C-u C-x C-x
250 Activate the mark without changing it, enable Transient Mark mode just 250 Activate the mark without changing it; enable Transient Mark mode just
251 once until the mark is deactivated. (This is the @kbd{C-x C-x} command, 251 once, until the mark is deactivated. (This is the @kbd{C-x C-x}
252 @code{exchange-point-and-mark}, with a prefix argument.) 252 command, @code{exchange-point-and-mark}, with a prefix argument.)
253 @end table 253 @end table
254 254
255 One of the secondary features of Transient Mark mode is that certain 255 One of the secondary features of Transient Mark mode is that certain
256 commands operate on the region when there is an active region. If you 256 commands operate only on the region, when there is an active region.
257 don't use Transient Mark mode, the region once set never becomes 257 If you don't use Transient Mark mode, the region once set never
258 inactive, so there is no way these commands to make such a 258 becomes inactive, so there is no way for these commands to make such a
259 distinction. Enabling Transient Mark mode momentarily gives you a way 259 distinction. Enabling Transient Mark mode momentarily gives you a way
260 to use these commands on the region. 260 to use these commands on the region.
261 261
262 The other way momentarily use of Transient Mark mode is useful 262 Momentary use of Transient Mark mode is also a way to highlight the
263 is that it highlights the region for the time being. 263 region for the time being.
264 264
265 @node Using Region 265 @node Using Region
266 @section Operating on the Region 266 @section Operating on the Region
267 267
268 @cindex operations on a marked region 268 @cindex operations on a marked region