Mercurial > emacs
changeset 11112:20ff2eaa8bf8
(syms_of_buffer): Doc fix.
author | Karl Heuer <kwzh@gnu.org> |
---|---|
date | Fri, 24 Mar 1995 03:19:16 +0000 |
parents | e3022a32d11d |
children | da5800b0c012 |
files | src/buffer.c |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/buffer.c Fri Mar 24 03:16:19 1995 +0000 +++ b/src/buffer.c Fri Mar 24 03:19:16 1995 +0000 @@ -3306,8 +3306,8 @@ if it has a non-nil `invisible' property.\n\ If the value is a list, a text character is invisible if its `invisible'\n\ property is an element in that list.\n\ -If an element is a cons cell of the for (PROP . ELLIPSIS),\n\ -then characters with property value PROP is invisible,\n\ +If an element is a cons cell of the form (PROP . ELLIPSIS),\n\ +then characters with property value PROP are invisible,\n\ and they have an ellipsis as well if ELLIPSIS is non-nil."); DEFVAR_LISP ("transient-mark-mode", &Vtransient_mark_mode,