diff options
| author | Miles Bader | 2007-07-09 08:00:55 +0000 |
|---|---|---|
| committer | Miles Bader | 2007-07-09 08:00:55 +0000 |
| commit | 1011c48763982d02797a7058556d29f639f6efca (patch) | |
| tree | 5f1b7529b4cc483b73475b89245633c5848b8a5e /src/buffer.c | |
| parent | 6f06dac7b57b8d73f4b26a855cd9862630192029 (diff) | |
| parent | 69e4c7c4bacf19e9e004605fcb1c067e478beffe (diff) | |
| download | emacs-1011c48763982d02797a7058556d29f639f6efca.tar.gz emacs-1011c48763982d02797a7058556d29f639f6efca.zip | |
Merge from emacs--devo--0
Patches applied:
* emacs--devo--0 (patch 803-805)
- Update from CVS
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-227
Diffstat (limited to 'src/buffer.c')
| -rw-r--r-- | src/buffer.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/buffer.c b/src/buffer.c index 5e4b091dfa2..925463a63c3 100644 --- a/src/buffer.c +++ b/src/buffer.c | |||
| @@ -5668,8 +5668,8 @@ Backing up is done before the first time the file is saved. */); | |||
| 5668 | DEFVAR_PER_BUFFER ("selective-display", ¤t_buffer->selective_display, | 5668 | DEFVAR_PER_BUFFER ("selective-display", ¤t_buffer->selective_display, |
| 5669 | Qnil, | 5669 | Qnil, |
| 5670 | doc: /* Non-nil enables selective display. | 5670 | doc: /* Non-nil enables selective display. |
| 5671 | An Integer N as value means display only lines | 5671 | An integer N as value means display only lines |
| 5672 | that start with less than n columns of space. | 5672 | that start with less than N columns of space. |
| 5673 | A value of t means that the character ^M makes itself and | 5673 | A value of t means that the character ^M makes itself and |
| 5674 | all the rest of the line invisible; also, when saving the buffer | 5674 | all the rest of the line invisible; also, when saving the buffer |
| 5675 | in a file, save the ^M as a newline. */); | 5675 | in a file, save the ^M as a newline. */); |