mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
Merge from origin/emacs-29
4f0121f8dbAvoid assertion violations in displaying under 'outline-m...1bf6583662Improve documentation of 'no-special-glyphs' frame parameter3647645e94Fix Python font lock of chained assignment statement3291dea441Fix example in Calc manual350ae75f5cAvoid crashes on MS-Windows due to invalid UNC file namesccf8dba44a; * lisp/face-remap.el (text-scale-adjust): Doc fix.5ab144c77c; Improve documentation of backing up files
This commit is contained in:
commit
ed7e576975
10 changed files with 55 additions and 12 deletions
|
|
@ -1944,10 +1944,16 @@ integer). @xref{Line Height}, for more information.
|
|||
@vindex no-special-glyphs@r{, a frame parameter}
|
||||
@item no-special-glyphs
|
||||
If this is non-@code{nil}, it suppresses the display of any truncation
|
||||
and continuation glyphs (@pxref{Truncation}) for all buffers displayed
|
||||
by this frame. This is useful to eliminate such glyphs when fitting a
|
||||
frame to its buffer via @code{fit-frame-to-buffer} (@pxref{Resizing
|
||||
Windows}).
|
||||
(@pxref{Truncation}) and continuation glyphs for all the buffers
|
||||
displayed by this frame. This is useful to eliminate such glyphs when
|
||||
fitting a frame to its buffer via @code{fit-frame-to-buffer}
|
||||
(@pxref{Resizing Windows}). This frame parameter has effect only for
|
||||
GUI frames shown on graphical displays, and only if the fringes are
|
||||
disabled. This parameter is intended as a purely-presentation
|
||||
feature, and in particular should not be used for frames where the
|
||||
user can interactively insert text, or more generally where the cursor
|
||||
is shown. A notable example of frames where this is used is tooltip
|
||||
frames (@pxref{Tooltips}).
|
||||
@end table
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue