aboutsummaryrefslogtreecommitdiffstats
path: root/doc/lispref
diff options
context:
space:
mode:
authorEli Zaretskii2020-02-07 12:10:43 +0200
committerEli Zaretskii2020-02-07 12:10:43 +0200
commitac6ba689d1cdb2611a779f9eb032d5ce97c77742 (patch)
tree1e9f646f37a1a35263c965f53cbad73b61eadf1d /doc/lispref
parent63fd6c9ef050f8077823b3a45c841dc255257f3b (diff)
downloademacs-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/lispref')
-rw-r--r--doc/lispref/frames.texi4
1 files changed, 2 insertions, 2 deletions
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
2222Display a filled box. (This is the default.) 2222Display a filled box. (This is the default.)
2223@item (box . @var{SIZE}) 2223@item (box . @var{size})
2224Display a filled box. However, display it as a hollow box if point is 2224Display a filled box. However, display it as a hollow box if point is
2225under masked image larger than @var{SIZE} pixels in either dimension. 2225under masked image larger than @var{size} pixels in either dimension.
2226@item hollow 2226@item hollow
2227Display a hollow box. 2227Display a hollow box.
2228@item nil 2228@item nil