X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/ff2c76476479c43607825df01c78d8f239caefb5..595195a10e5dd568bf249f5fb6778ae3d7037cd5:/src/buffer.c diff --git a/src/buffer.c b/src/buffer.c index 0e5e64f58a..55a16b237e 100644 --- a/src/buffer.c +++ b/src/buffer.c @@ -1073,7 +1073,7 @@ is first appended to NAME, to speed up finding a non-existent buffer. */) return genbase; } - for (ptrdiff_t count = 1; ; count++) + for (ptrdiff_t count = 2; ; count++) { char number[INT_BUFSIZE_BOUND (ptrdiff_t) + sizeof "<>"]; AUTO_STRING_WITH_LEN (lnumber, number, @@ -6225,6 +6225,8 @@ Values are interpreted as follows: (hbar . HEIGHT) display a horizontal bar cursor with height HEIGHT ANYTHING ELSE display a hollow box cursor +WIDTH and HEIGHT can't exceed the frame's canonical character size. + When the buffer is displayed in a non-selected window, the cursor's appearance is instead controlled by the variable `cursor-in-non-selected-windows'. */);