diff options
| author | Eli Zaretskii | 2020-02-07 12:10:43 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2020-02-07 12:10:43 +0200 |
| commit | ac6ba689d1cdb2611a779f9eb032d5ce97c77742 (patch) | |
| tree | 1e9f646f37a1a35263c965f53cbad73b61eadf1d /doc | |
| parent | 63fd6c9ef050f8077823b3a45c841dc255257f3b (diff) | |
| download | emacs-ac6ba689d1cdb2611a779f9eb032d5ce97c77742.tar.gz emacs-ac6ba689d1cdb2611a779f9eb032d5ce97c77742.zip | |
Minor fixes of the last commit
* src/xdisp.c (get_window_cursor_type): Fix indentation and
line-filling.
* doc/lispref/frames.texi (Cursor Parameters):
* doc/emacs/display.texi (Cursor Display):
* etc/NEWS: Fix wording and capitalization of the last change.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/emacs/display.texi | 4 | ||||
| -rw-r--r-- | doc/lispref/frames.texi | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/doc/emacs/display.texi b/doc/emacs/display.texi index dc6fe3a0327..4ecebc7a270 100644 --- a/doc/emacs/display.texi +++ b/doc/emacs/display.texi | |||
| @@ -1654,8 +1654,8 @@ Customization}). (The other attributes of this face have no effect; | |||
| 1654 | the text shown under the cursor is drawn using the frame's background | 1654 | the text shown under the cursor is drawn using the frame's background |
| 1655 | color.) To change its shape, customize the buffer-local variable | 1655 | color.) To change its shape, customize the buffer-local variable |
| 1656 | @code{cursor-type}; possible values are @code{box} (the default), | 1656 | @code{cursor-type}; possible values are @code{box} (the default), |
| 1657 | @code{(box . @var{SIZE})} (box cursor becoming a hollow box under | 1657 | @code{(box . @var{size})} (box cursor becoming a hollow box under |
| 1658 | masked images larger than @var{SIZE} pixels in either dimension), | 1658 | masked images larger than @var{size} pixels in either dimension), |
| 1659 | @code{hollow} (a hollow box), @code{bar} (a vertical bar), @code{(bar | 1659 | @code{hollow} (a hollow box), @code{bar} (a vertical bar), @code{(bar |
| 1660 | . @var{n})} (a vertical bar @var{n} pixels wide), @code{hbar} (a | 1660 | . @var{n})} (a vertical bar @var{n} pixels wide), @code{hbar} (a |
| 1661 | horizontal bar), @code{(hbar . @var{n})} (a horizontal bar @var{n} | 1661 | horizontal bar), @code{(hbar . @var{n})} (a horizontal bar @var{n} |
diff --git a/doc/lispref/frames.texi b/doc/lispref/frames.texi index 70ebe2e87d7..caa08ffb1de 100644 --- a/doc/lispref/frames.texi +++ b/doc/lispref/frames.texi | |||
| @@ -2220,9 +2220,9 @@ How to display the cursor. Legitimate values are: | |||
| 2220 | @table @code | 2220 | @table @code |
| 2221 | @item box | 2221 | @item box |
| 2222 | Display a filled box. (This is the default.) | 2222 | Display a filled box. (This is the default.) |
| 2223 | @item (box . @var{SIZE}) | 2223 | @item (box . @var{size}) |
| 2224 | Display a filled box. However, display it as a hollow box if point is | 2224 | Display a filled box. However, display it as a hollow box if point is |
| 2225 | under masked image larger than @var{SIZE} pixels in either dimension. | 2225 | under masked image larger than @var{size} pixels in either dimension. |
| 2226 | @item hollow | 2226 | @item hollow |
| 2227 | Display a hollow box. | 2227 | Display a hollow box. |
| 2228 | @item nil | 2228 | @item nil |