]> git.eshelyaron.com Git - emacs.git/commitdiff
(syms_of_buffer): Doc fix.
authorKarl Heuer <kwzh@gnu.org>
Fri, 24 Mar 1995 03:19:16 +0000 (03:19 +0000)
committerKarl Heuer <kwzh@gnu.org>
Fri, 24 Mar 1995 03:19:16 +0000 (03:19 +0000)
src/buffer.c

index 96f2e56ec6eee5f795776192f9ea25dda8ff9a63..c8e949b6da3d1c75be7c16bd8335d2902e1bd942 100644 (file)
@@ -3306,8 +3306,8 @@ The default is t, which means that text is invisible\n\
 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,