1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-02 08:22:22 +00:00

Fix last fix.

This commit is contained in:
Chong Yidong 2010-07-10 18:41:55 -04:00
parent c876b2638b
commit e5b826aed0

View File

@ -3630,9 +3630,8 @@ This is used by commands that act specially on the region under
Transient Mark mode.
The return value is t if Transient Mark mode is enabled and the
mark is active; furthermore, if `use-empty-active-region' is
non-nil, the region must not be empty. Otherwise, the return
value is nil.
mark is active; furthermore, if `use-empty-active-region' is nil,
the region must not be empty. Otherwise, the return value is nil.
For some commands, it may be appropriate to ignore the value of
`use-empty-active-region'; in that case, use `region-active-p'."