comparison etc/NEWS @ 94229:4a069780d939

Add copyright-at-end-flag.
author Glenn Morris <rgm@gnu.org>
date Tue, 22 Apr 2008 02:58:19 +0000
parents b745a29952ba
children 25372685069a
comparison
equal deleted inserted replaced
94228:f40151ef10ee 94229:4a069780d939
478 478
479 ** In the `copyright' package, you can specify your copyright holders' names. 479 ** In the `copyright' package, you can specify your copyright holders' names.
480 Only copyright lines with holders matching copyright-names-regexp will be 480 Only copyright lines with holders matching copyright-names-regexp will be
481 considered for update. 481 considered for update.
482 482
483 ** The `copyright' package looks for copyright at the end of the buffer
484 if `copyright-at-end-flag' is non-nil (change-log-mode sets this).
485
483 ** eldoc highlights the function argument under point 486 ** eldoc highlights the function argument under point
484 with the face `eldoc-highlight-function-argument'. 487 with the face `eldoc-highlight-function-argument'.
485 488
486 ** hide-ifdef-mode permits to shadow ifdef-blocks instead of hiding them. 489 ** hide-ifdef-mode permits to shadow ifdef-blocks instead of hiding them.
487 See option `hide-ifdef-shadow' and function `hide-ifdef-toggle-shadowing'. 490 See option `hide-ifdef-shadow' and function `hide-ifdef-toggle-shadowing'.