aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorGlenn Morris2020-07-07 07:50:40 -0700
committerGlenn Morris2020-07-07 07:50:40 -0700
commit1a850f4b20d11938d68270147d3d5ebc3c4899f4 (patch)
tree3e4ab78fee6ab194e80ff6babcacd9fee80155b8 /doc
parent1e3f94fad4015bec982dd172800483ba170ccbb5 (diff)
parent71fc003860043487534379ceeaa61ac4a7617756 (diff)
downloademacs-1a850f4b20d11938d68270147d3d5ebc3c4899f4.tar.gz
emacs-1a850f4b20d11938d68270147d3d5ebc3c4899f4.zip
Merge from origin/emacs-27
71fc003860 (origin/emacs-27) Avoid infloop in 'format-mode-line' 247dcb4b1b Clarify the documentation of 'left/right-fringe' display spec d453cee177 Minor improvement in ELisp manual 3c778c443c * doc/misc/tramp.texi (Customizing Methods): Fix typo.
Diffstat (limited to 'doc')
-rw-r--r--doc/lispref/display.texi12
-rw-r--r--doc/lispref/frames.texi13
-rw-r--r--doc/misc/tramp.texi9
3 files changed, 19 insertions, 15 deletions
diff --git a/doc/lispref/display.texi b/doc/lispref/display.texi
index 6fff199485e..d7aab4ae62f 100644
--- a/doc/lispref/display.texi
+++ b/doc/lispref/display.texi
@@ -4274,9 +4274,10 @@ a display specification has the form
4274@noindent 4274@noindent
4275@var{fringe} is either the symbol @code{left-fringe} or 4275@var{fringe} is either the symbol @code{left-fringe} or
4276@code{right-fringe}. @var{bitmap} is a symbol identifying the bitmap 4276@code{right-fringe}. @var{bitmap} is a symbol identifying the bitmap
4277to display. The optional @var{face} names a face whose foreground 4277to display. The optional @var{face} names a face whose foreground and
4278color is used to display the bitmap; this face is automatically merged 4278background colors are to be used to display the bitmap; this face is
4279with the @code{fringe} face. 4279automatically merged with the @code{fringe} face. If @var{face} is
4280omitted, that means to use the @code{default} face.
4280 4281
4281 For instance, to display an arrow in the left fringe, using the 4282 For instance, to display an arrow in the left fringe, using the
4282@code{warning} face, you could say something like: 4283@code{warning} face, you could say something like:
@@ -4980,8 +4981,9 @@ Margins}).
4980This display specification on any character of a line of text causes 4981This display specification on any character of a line of text causes
4981the specified @var{bitmap} be displayed in the left or right fringes 4982the specified @var{bitmap} be displayed in the left or right fringes
4982for that line, instead of the characters that have the display 4983for that line, instead of the characters that have the display
4983specification. The optional @var{face} specifies the colors to be 4984specification. The optional @var{face} specifies the face whose
4984used for the bitmap. @xref{Fringe Bitmaps}, for the details. 4985colors are to be used for the bitmap display. @xref{Fringe Bitmaps},
4986for the details.
4985 4987
4986@item (space-width @var{factor}) 4988@item (space-width @var{factor})
4987This display specification affects all the space characters within the 4989This display specification affects all the space characters within the
diff --git a/doc/lispref/frames.texi b/doc/lispref/frames.texi
index a82b585d93d..22d32c00d9b 100644
--- a/doc/lispref/frames.texi
+++ b/doc/lispref/frames.texi
@@ -1599,12 +1599,13 @@ parameters represent the user's stated preference; otherwise, use
1599This parameter specifies a relative position of the frame's 1599This parameter specifies a relative position of the frame's
1600window-system window in the stacking (Z-) order of the frame's display. 1600window-system window in the stacking (Z-) order of the frame's display.
1601 1601
1602If this is @code{above}, the frame's window-system window is displayed 1602If this is @code{above}, the window-system will display the window
1603above all other window-system windows that do not have the @code{above} 1603that corresponds to the frame above all other window-system windows
1604property set. If this is @code{nil}, the frame's window is displayed below all 1604that do not have the @code{above} property set. If this is
1605windows that have the @code{above} property set and above all windows 1605@code{nil}, the frame's window is displayed below all windows that
1606that have the @code{below} property set. If this is @code{below}, the 1606have the @code{above} property set and above all windows that have the
1607frame's window is displayed below all windows that do not have the 1607@code{below} property set. If this is @code{below}, the frame's
1608window is displayed below all windows that do not have the
1608@code{below} property set. 1609@code{below} property set.
1609 1610
1610To position the frame above or below a specific other frame use the 1611To position the frame above or below a specific other frame use the
diff --git a/doc/misc/tramp.texi b/doc/misc/tramp.texi
index feead3d0a76..c018033cdab 100644
--- a/doc/misc/tramp.texi
+++ b/doc/misc/tramp.texi
@@ -1709,10 +1709,11 @@ Integration for LXD containers. A container is accessed via
1709@item magit-tramp 1709@item magit-tramp
1710@cindex method @option{git} 1710@cindex method @option{git}
1711@cindex @option{git} method 1711@cindex @option{git} method
1712Browing git repositories with @code{magit}. A versioned file is accessed via 1712Browsing git repositories with @code{magit}. A versioned file is
1713@file{@trampfn{git,rev@@root-dir,/path/to/file}}. @samp{rev} is a git 1713accessed via @file{@trampfn{git,rev@@root-dir,/path/to/file}}.
1714revision, and @samp{root-dir} is a virtual host name for the root 1714@samp{rev} is a git revision, and @samp{root-dir} is a virtual host
1715directory, specified in @code{magit-tramp-hosts-alist}. 1715name for the root directory, specified in
1716@code{magit-tramp-hosts-alist}.
1716 1717
1717@item tramp-hdfs 1718@item tramp-hdfs
1718@cindex method @option{hdfs} 1719@cindex method @option{hdfs}