diff options
| author | Miles Bader | 2007-06-09 03:19:04 +0000 |
|---|---|---|
| committer | Miles Bader | 2007-06-09 03:19:04 +0000 |
| commit | 0114082988eafdb8f7630dce0a1551c55c7b6c07 (patch) | |
| tree | 489e856347d9655e9dddf9e5af908eb01d13a647 /src/buffer.c | |
| parent | 9258f2efcf2372c5aa43ea600c7288bf785e2200 (diff) | |
| parent | d3a9d7d64403105c64b1e2b8b774d6f379156ee4 (diff) | |
| download | emacs-0114082988eafdb8f7630dce0a1551c55c7b6c07.tar.gz emacs-0114082988eafdb8f7630dce0a1551c55c7b6c07.zip | |
Merge from emacs--rel--22
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-790
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 ba23cc6ae33..94955ed7c24 100644 --- a/src/buffer.c +++ b/src/buffer.c | |||
| @@ -5986,7 +5986,7 @@ same format as a regular save would use. */); | |||
| 5986 | The default is t, which means that text is invisible | 5986 | The default is t, which means that text is invisible |
| 5987 | if it has a non-nil `invisible' property. | 5987 | if it has a non-nil `invisible' property. |
| 5988 | If the value is a list, a text character is invisible if its `invisible' | 5988 | If the value is a list, a text character is invisible if its `invisible' |
| 5989 | property is an element in that list. | 5989 | property is an element in that list (or is a list with members in common). |
| 5990 | If an element is a cons cell of the form (PROP . ELLIPSIS), | 5990 | If an element is a cons cell of the form (PROP . ELLIPSIS), |
| 5991 | then characters with property value PROP are invisible, | 5991 | then characters with property value PROP are invisible, |
| 5992 | and they have an ellipsis as well if ELLIPSIS is non-nil. */); | 5992 | and they have an ellipsis as well if ELLIPSIS is non-nil. */); |