diff options
| author | Karl Heuer | 1995-03-24 03:19:16 +0000 |
|---|---|---|
| committer | Karl Heuer | 1995-03-24 03:19:16 +0000 |
| commit | 554216ad38160bb0cc900722abed2224db858f72 (patch) | |
| tree | abd5cab79681cd3678c8190eb3e7b57ef24681c4 /src/buffer.c | |
| parent | 632ab66500e64436f0151365ed8ab18993273e50 (diff) | |
| download | emacs-554216ad38160bb0cc900722abed2224db858f72.tar.gz emacs-554216ad38160bb0cc900722abed2224db858f72.zip | |
(syms_of_buffer): Doc fix.
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 96f2e56ec6e..c8e949b6da3 100644 --- a/src/buffer.c +++ b/src/buffer.c | |||
| @@ -3306,8 +3306,8 @@ The default is t, which means that text is invisible\n\ | |||
| 3306 | if it has a non-nil `invisible' property.\n\ | 3306 | if it has a non-nil `invisible' property.\n\ |
| 3307 | If the value is a list, a text character is invisible if its `invisible'\n\ | 3307 | If the value is a list, a text character is invisible if its `invisible'\n\ |
| 3308 | property is an element in that list.\n\ | 3308 | property is an element in that list.\n\ |
| 3309 | If an element is a cons cell of the for (PROP . ELLIPSIS),\n\ | 3309 | If an element is a cons cell of the form (PROP . ELLIPSIS),\n\ |
| 3310 | then characters with property value PROP is invisible,\n\ | 3310 | then characters with property value PROP are invisible,\n\ |
| 3311 | and they have an ellipsis as well if ELLIPSIS is non-nil."); | 3311 | and they have an ellipsis as well if ELLIPSIS is non-nil."); |
| 3312 | 3312 | ||
| 3313 | DEFVAR_LISP ("transient-mark-mode", &Vtransient_mark_mode, | 3313 | DEFVAR_LISP ("transient-mark-mode", &Vtransient_mark_mode, |