diff options
| author | Richard M. Stallman | 2005-06-17 21:22:14 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2005-06-17 21:22:14 +0000 |
| commit | b4234f4ce61d426749a403b72b444c1808c2515a (patch) | |
| tree | 991fb78e9a564d16f1ebf7f690c4ec3e92055b6b /src/buffer.c | |
| parent | be87af262621998923fe0eeb883da3a872676f2f (diff) | |
| download | emacs-b4234f4ce61d426749a403b72b444c1808c2515a.tar.gz emacs-b4234f4ce61d426749a403b72b444c1808c2515a.zip | |
Finish previous change.
Diffstat (limited to 'src/buffer.c')
| -rw-r--r-- | src/buffer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/buffer.c b/src/buffer.c index 83e8b08b909..ed05daf77ec 100644 --- a/src/buffer.c +++ b/src/buffer.c | |||
| @@ -5935,7 +5935,7 @@ Values are interpreted as follows: | |||
| 5935 | bar display a vertical bar cursor with default width | 5935 | bar display a vertical bar cursor with default width |
| 5936 | (bar . WIDTH) display a vertical bar cursor with width WIDTH | 5936 | (bar . WIDTH) display a vertical bar cursor with width WIDTH |
| 5937 | hbar display a horizontal bar cursor with default height | 5937 | hbar display a horizontal bar cursor with default height |
| 5938 | (hbar . HEIGHT) display a horizontal bar cursor with width HEIGHT | 5938 | (hbar . HEIGHT) display a horizontal bar cursor with height HEIGHT |
| 5939 | ANYTHING ELSE display a hollow box cursor. | 5939 | ANYTHING ELSE display a hollow box cursor. |
| 5940 | 5940 | ||
| 5941 | When the buffer is displayed in a nonselected window, | 5941 | When the buffer is displayed in a nonselected window, |