diff options
| author | Miles Bader | 2007-06-11 01:00:07 +0000 |
|---|---|---|
| committer | Miles Bader | 2007-06-11 01:00:07 +0000 |
| commit | 67f3ad67ee317226cb5d1bb139de0cfd883fdc5e (patch) | |
| tree | 58a0e1bea7a1d8728fd32e6127a44434e7eac006 /src/buffer.c | |
| parent | d17cf4eb2024cf54e4a216312184665094ee3df4 (diff) | |
| parent | 2d715b39ea1c89066f469405d065dd1a6631d28e (diff) | |
| download | emacs-67f3ad67ee317226cb5d1bb139de0cfd883fdc5e.tar.gz emacs-67f3ad67ee317226cb5d1bb139de0cfd883fdc5e.zip | |
Merge from emacs--devo--0
Patches applied:
* emacs--devo--0 (patch 781-792)
- Update from CVS
- Merge from gnus--rel--5.10
- Merge from emacs--rel--22
* emacs--rel--22 (patch 33-41)
* gnus--rel--5.10 (patch 226-228)
- Update from CVS
Revision: emacs@sv.gnu.org/emacs--multi-tty--0--patch-21
Diffstat (limited to 'src/buffer.c')
| -rw-r--r-- | src/buffer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/buffer.c b/src/buffer.c index 15cb9f29356..dee7b04190a 100644 --- a/src/buffer.c +++ b/src/buffer.c | |||
| @@ -6016,7 +6016,7 @@ same format as a regular save would use. */); | |||
| 6016 | The default is t, which means that text is invisible | 6016 | The default is t, which means that text is invisible |
| 6017 | if it has a non-nil `invisible' property. | 6017 | if it has a non-nil `invisible' property. |
| 6018 | If the value is a list, a text character is invisible if its `invisible' | 6018 | If the value is a list, a text character is invisible if its `invisible' |
| 6019 | property is an element in that list. | 6019 | property is an element in that list (or is a list with members in common). |
| 6020 | If an element is a cons cell of the form (PROP . ELLIPSIS), | 6020 | If an element is a cons cell of the form (PROP . ELLIPSIS), |
| 6021 | then characters with property value PROP are invisible, | 6021 | then characters with property value PROP are invisible, |
| 6022 | and they have an ellipsis as well if ELLIPSIS is non-nil. */); | 6022 | and they have an ellipsis as well if ELLIPSIS is non-nil. */); |