diff options
| author | Richard M. Stallman | 2007-05-31 23:47:25 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2007-05-31 23:47:25 +0000 |
| commit | b49dd850ddd36be2d5bf966f98da2d005353799b (patch) | |
| tree | 4e009b4b02c32431f06758e8fa2a28da2055dd77 /src | |
| parent | df00c3c58e7ba0c33b30840d4ea41af7252916b8 (diff) | |
| download | emacs-b49dd850ddd36be2d5bf966f98da2d005353799b.tar.gz emacs-b49dd850ddd36be2d5bf966f98da2d005353799b.zip | |
(syms_of_buffer): Doc fix.
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 4 | ||||
| -rw-r--r-- | src/buffer.c | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index dc8d4a38845..b86faf17b8b 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2007-05-31 Richard Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * buffer.c (syms_of_buffer): Doc fix. | ||
| 4 | |||
| 1 | 2007-05-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | 5 | 2007-05-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> |
| 2 | 6 | ||
| 3 | * xdisp.c (redisplay_internal): Bind inhibit-point-motion-hooks to t | 7 | * xdisp.c (redisplay_internal): Bind inhibit-point-motion-hooks to t |
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. */); |