diff options
| author | Glenn Morris | 2020-07-07 07:50:40 -0700 |
|---|---|---|
| committer | Glenn Morris | 2020-07-07 07:50:40 -0700 |
| commit | 1a850f4b20d11938d68270147d3d5ebc3c4899f4 (patch) | |
| tree | 3e4ab78fee6ab194e80ff6babcacd9fee80155b8 /doc | |
| parent | 1e3f94fad4015bec982dd172800483ba170ccbb5 (diff) | |
| parent | 71fc003860043487534379ceeaa61ac4a7617756 (diff) | |
| download | emacs-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.texi | 12 | ||||
| -rw-r--r-- | doc/lispref/frames.texi | 13 | ||||
| -rw-r--r-- | doc/misc/tramp.texi | 9 |
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 |
| 4277 | to display. The optional @var{face} names a face whose foreground | 4277 | to display. The optional @var{face} names a face whose foreground and |
| 4278 | color is used to display the bitmap; this face is automatically merged | 4278 | background colors are to be used to display the bitmap; this face is |
| 4279 | with the @code{fringe} face. | 4279 | automatically merged with the @code{fringe} face. If @var{face} is |
| 4280 | omitted, 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}). | |||
| 4980 | This display specification on any character of a line of text causes | 4981 | This display specification on any character of a line of text causes |
| 4981 | the specified @var{bitmap} be displayed in the left or right fringes | 4982 | the specified @var{bitmap} be displayed in the left or right fringes |
| 4982 | for that line, instead of the characters that have the display | 4983 | for that line, instead of the characters that have the display |
| 4983 | specification. The optional @var{face} specifies the colors to be | 4984 | specification. The optional @var{face} specifies the face whose |
| 4984 | used for the bitmap. @xref{Fringe Bitmaps}, for the details. | 4985 | colors are to be used for the bitmap display. @xref{Fringe Bitmaps}, |
| 4986 | for the details. | ||
| 4985 | 4987 | ||
| 4986 | @item (space-width @var{factor}) | 4988 | @item (space-width @var{factor}) |
| 4987 | This display specification affects all the space characters within the | 4989 | This 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 | |||
| 1599 | This parameter specifies a relative position of the frame's | 1599 | This parameter specifies a relative position of the frame's |
| 1600 | window-system window in the stacking (Z-) order of the frame's display. | 1600 | window-system window in the stacking (Z-) order of the frame's display. |
| 1601 | 1601 | ||
| 1602 | If this is @code{above}, the frame's window-system window is displayed | 1602 | If this is @code{above}, the window-system will display the window |
| 1603 | above all other window-system windows that do not have the @code{above} | 1603 | that corresponds to the frame above all other window-system windows |
| 1604 | property set. If this is @code{nil}, the frame's window is displayed below all | 1604 | that do not have the @code{above} property set. If this is |
| 1605 | windows that have the @code{above} property set and above all windows | 1605 | @code{nil}, the frame's window is displayed below all windows that |
| 1606 | that have the @code{below} property set. If this is @code{below}, the | 1606 | have the @code{above} property set and above all windows that have the |
| 1607 | frame'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 |
| 1608 | window is displayed below all windows that do not have the | ||
| 1608 | @code{below} property set. | 1609 | @code{below} property set. |
| 1609 | 1610 | ||
| 1610 | To position the frame above or below a specific other frame use the | 1611 | To 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 |
| 1712 | Browing git repositories with @code{magit}. A versioned file is accessed via | 1712 | Browsing git repositories with @code{magit}. A versioned file is |
| 1713 | @file{@trampfn{git,rev@@root-dir,/path/to/file}}. @samp{rev} is a git | 1713 | accessed via @file{@trampfn{git,rev@@root-dir,/path/to/file}}. |
| 1714 | revision, 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 |
| 1715 | directory, specified in @code{magit-tramp-hosts-alist}. | 1715 | name 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} |