Arbortext Command Language > Commands > clear_mark
  
clear_mark
clear_mark [ ended | begun | all | noextend]
 
This command deselects the currently highlighted selection. The ended option (the default) clears the highlighting only if the selection is ended. The begun option clears the highlighting only if the selection has been started, but is not yet ended. The all option clears the highlighting regardless of the selection status. The noextend option clears the selection (as opposed to extending it), even if set extendselection = on.
clm is a synonym for clear_mark.
Examples
clm
clm begun
clm all
Related Topics
copy_mark command
delete_mark command
mark command
set extendselection command