Mercurial > emacs
comparison etc/NEWS @ 87409:0c8af1419a88
*** empty log message ***
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Tue, 25 Dec 2007 23:00:07 +0000 |
parents | cbfdfafa4e9d |
children | e20256c22bdc 56a72e2bd635 |
comparison
equal
deleted
inserted
replaced
87408:de993b77d770 | 87409:0c8af1419a88 |
---|---|
448 variable as having been made within Custom. | 448 variable as having been made within Custom. |
449 | 449 |
450 ** `frame-inherited-parameters' lets new frames inherit parameters from | 450 ** `frame-inherited-parameters' lets new frames inherit parameters from |
451 the selected frame. | 451 the selected frame. |
452 | 452 |
453 ** Commands should use `region-active-p' to test whether there is | 453 ** Commands should use `use-region-p' to test whether there is |
454 an active region that they should operate on. | 454 an active region that they should operate on. |
455 | |
456 ** `region-active-p' returns non-nil when Transient Mark mode | |
457 is enabled and there is an active region. This is NOT the best function | |
458 to use to test whether a command should operate on the region instead | |
459 of the usual behavior -- for that, use `use-region-p'. | |
455 | 460 |
456 ** New keymap `input-decode-map' overrides like key-translation-map, but | 461 ** New keymap `input-decode-map' overrides like key-translation-map, but |
457 applies before function-key-map. Also it is terminal-local contrary to | 462 applies before function-key-map. Also it is terminal-local contrary to |
458 key-translation-map. Terminal-specific key-sequences are generally added to | 463 key-translation-map. Terminal-specific key-sequences are generally added to |
459 this map rather than to function-key-map now. | 464 this map rather than to function-key-map now. |