mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-08 04:30:45 -08:00
(syms_of_buffer): Doc fix.
This commit is contained in:
parent
df00c3c58e
commit
b49dd850dd
2 changed files with 5 additions and 1 deletions
|
|
@ -1,3 +1,7 @@
|
|||
2007-05-31 Richard Stallman <rms@gnu.org>
|
||||
|
||||
* buffer.c (syms_of_buffer): Doc fix.
|
||||
|
||||
2007-05-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
|
||||
|
||||
* xdisp.c (redisplay_internal): Bind inhibit-point-motion-hooks to t
|
||||
|
|
|
|||
|
|
@ -5986,7 +5986,7 @@ same format as a regular save would use. */);
|
|||
The default is t, which means that text is invisible
|
||||
if it has a non-nil `invisible' property.
|
||||
If the value is a list, a text character is invisible if its `invisible'
|
||||
property is an element in that list.
|
||||
property is an element in that list (or is a list with members in common).
|
||||
If an element is a cons cell of the form (PROP . ELLIPSIS),
|
||||
then characters with property value PROP are invisible,
|
||||
and they have an ellipsis as well if ELLIPSIS is non-nil. */);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue