emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/buffer.c


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/src/buffer.c
Date: Thu, 21 Jul 2005 12:06:33 -0400

Index: emacs/src/buffer.c
diff -c emacs/src/buffer.c:1.486 emacs/src/buffer.c:1.487
*** emacs/src/buffer.c:1.486    Mon Jul 18 16:32:35 2005
--- emacs/src/buffer.c  Thu Jul 21 16:06:33 2005
***************
*** 5930,5944 ****
       doc: /* Cursor to use when this buffer is in the selected window.
  Values are interpreted as follows:
  
!   t            use the cursor specified for the frame
!   nil          don't display a cursor
!   box          display a filled box cursor
!   hollow       display a hollow box cursor
!   bar          display a vertical bar cursor with default width
!   (bar . WIDTH)        display a vertical bar cursor with width WIDTH
!   hbar                 display a horizontal bar cursor with default height
    (hbar . HEIGHT) display a horizontal bar cursor with height HEIGHT
!   ANYTHING ELSE        display a hollow box cursor.
  
  When the buffer is displayed in a nonselected window,
  this variable has no effect; the cursor appears as a hollow box.  */);
--- 5930,5944 ----
       doc: /* Cursor to use when this buffer is in the selected window.
  Values are interpreted as follows:
  
!   t             use the cursor specified for the frame
!   nil           don't display a cursor
!   box           display a filled box cursor
!   hollow        display a hollow box cursor
!   bar           display a vertical bar cursor with default width
!   (bar . WIDTH)         display a vertical bar cursor with width WIDTH
!   hbar                  display a horizontal bar cursor with default height
    (hbar . HEIGHT) display a horizontal bar cursor with height HEIGHT
!   ANYTHING ELSE         display a hollow box cursor
  
  When the buffer is displayed in a nonselected window,
  this variable has no effect; the cursor appears as a hollow box.  */);




reply via email to

[Prev in Thread] Current Thread [Next in Thread]