Mercurial > hg > xemacs-beta
comparison src/buffer.c @ 278:90d73dddcdc4 r21-0b37
Import from CVS: tag r21-0b37
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:31:29 +0200 |
parents | 6330739388db |
children | 558f606b08ae |
comparison
equal
deleted
inserted
replaced
277:cfdf3ff11843 | 278:90d73dddcdc4 |
---|---|
2586 If it is `overwrite-mode-textual', self-insertion still | 2586 If it is `overwrite-mode-textual', self-insertion still |
2587 inserts at the end of a line, and inserts when point is before a tab, | 2587 inserts at the end of a line, and inserts when point is before a tab, |
2588 until the tab is filled in. | 2588 until the tab is filled in. |
2589 If `overwrite-mode-binary', self-insertion replaces newlines and tabs too. | 2589 If `overwrite-mode-binary', self-insertion replaces newlines and tabs too. |
2590 Automatically becomes buffer-local when set in any fashion. | 2590 Automatically becomes buffer-local when set in any fashion. |
2591 | |
2592 Normally, you shouldn't modify this variable by hand, but use the functions | |
2593 `overwrite-mode' and `binary-overwrite-mode' instead. However, you can | |
2594 customize the default value from the options menu. | |
2591 */ ); | 2595 */ ); |
2592 | 2596 |
2593 #if 0 /* FSFmacs */ | 2597 #if 0 /* FSFmacs */ |
2594 /* Adds the following to the doc string for buffer-undo-list: | 2598 /* Adds the following to the doc string for buffer-undo-list: |
2595 | 2599 |