diff options
| author | Miles Bader | 2007-06-11 00:58:11 +0000 |
|---|---|---|
| committer | Miles Bader | 2007-06-11 00:58:11 +0000 |
| commit | fb9a13e3dca1685b81fcf4d345133fb34911594d (patch) | |
| tree | 181797239f450c33ca8fd0d4d18686bbfc68859d /src/buffer.c | |
| parent | 4d3e23e3e8273e820d69e0ecca0f409c4b9a179e (diff) | |
| parent | 2d715b39ea1c89066f469405d065dd1a6631d28e (diff) | |
| download | emacs-fb9a13e3dca1685b81fcf4d345133fb34911594d.tar.gz emacs-fb9a13e3dca1685b81fcf4d345133fb34911594d.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--unicode--0--patch-219
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 895bb2b32e8..331df150f62 100644 --- a/src/buffer.c +++ b/src/buffer.c | |||
| @@ -6002,7 +6002,7 @@ same format as a regular save would use. */); | |||
| 6002 | The default is t, which means that text is invisible | 6002 | The default is t, which means that text is invisible |
| 6003 | if it has a non-nil `invisible' property. | 6003 | if it has a non-nil `invisible' property. |
| 6004 | If the value is a list, a text character is invisible if its `invisible' | 6004 | If the value is a list, a text character is invisible if its `invisible' |
| 6005 | property is an element in that list. | 6005 | property is an element in that list (or is a list with members in common). |
| 6006 | If an element is a cons cell of the form (PROP . ELLIPSIS), | 6006 | If an element is a cons cell of the form (PROP . ELLIPSIS), |
| 6007 | then characters with property value PROP are invisible, | 6007 | then characters with property value PROP are invisible, |
| 6008 | and they have an ellipsis as well if ELLIPSIS is non-nil. */); | 6008 | and they have an ellipsis as well if ELLIPSIS is non-nil. */); |