diff options
author | Dave Love <fx@gnu.org> | 2000-01-05 23:25:33 +0000 |
---|---|---|
committer | Dave Love <fx@gnu.org> | 2000-01-05 23:25:33 +0000 |
commit | 41812703f93d7597da1ee5f5eb6a67477f92ea39 (patch) | |
tree | c7efbd1abfe12c586bcb0654c1864654680da730 /man/mark.texi | |
parent | 54438eb5036d254ea1d00555a408b01a6687f55c (diff) | |
download | emacs-41812703f93d7597da1ee5f5eb6a67477f92ea39.tar.gz |
Highlighting on tty now.
Diffstat (limited to 'man/mark.texi')
-rw-r--r-- | man/mark.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man/mark.texi b/man/mark.texi index 311a0c6923b..ba51aae3170 100644 --- a/man/mark.texi +++ b/man/mark.texi @@ -119,8 +119,8 @@ character, but its binding is still @code{set-mark-command}. @cindex highlighting region @cindex region highlighting - Emacs can highlight the current region, using X Windows. But normally -it does not. Why not? + Emacs can highlight the current region on a terminal which supports +colors. But normally it does not. Why not? Highlighting the region doesn't work well ordinarily in Emacs, because once you have set a mark, there is @emph{always} a region (in that |