mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-16 17:24:23 +00:00
Fix last change.
This commit is contained in:
parent
2cce8bfc54
commit
d78df08059
1 changed files with 2 additions and 1 deletions
|
|
@ -25293,7 +25293,8 @@ To add a prefix to non-continuation lines, use `line-prefix'. */);
|
|||
The value may be a string, an image, or a stretch-glyph; it is
|
||||
interpreted in the same way as the value of a `display' text property.
|
||||
|
||||
This variable is overridden by any `line-prefix' text property.
|
||||
This variable is overridden by any `line-prefix' text or overlay
|
||||
property.
|
||||
|
||||
To add a prefix to continuation lines, use `wrap-prefix'. */);
|
||||
Vline_prefix = Qnil;
|
||||
|
|
|
|||
Loading…
Reference in a new issue