emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Kenichi Handa
Subject: [Emacs-diffs] Changes to emacs/src/w32console.c
Date: Thu, 28 Feb 2002 20:06:03 -0500

Index: emacs/src/w32console.c
diff -c emacs/src/w32console.c:1.31 emacs/src/w32console.c:1.32
*** emacs/src/w32console.c:1.31 Fri Nov  2 15:34:48 2001
--- emacs/src/w32console.c      Mon Nov 12 18:51:11 2001
***************
*** 420,430 ****
  }
  
  DEFUN ("set-message-beep", Fset_message_beep, Sset_message_beep, 1, 1, 0,
!        "Set the sound generated when the bell is rung.\n\
! SOUND is 'asterisk, 'exclamation, 'hand, 'question, 'ok, or 'silent\n\
! to use the corresponding system sound for the bell.  The 'silent sound\n\
! prevents Emacs from making any sound at all.\n\
! SOUND is nil to use the normal beep.")
       (sound)
       Lisp_Object sound;
  {
--- 420,430 ----
  }
  
  DEFUN ("set-message-beep", Fset_message_beep, Sset_message_beep, 1, 1, 0,
!        doc: /* Set the sound generated when the bell is rung.
! SOUND is 'asterisk, 'exclamation, 'hand, 'question, 'ok, or 'silent
! to use the corresponding system sound for the bell.  The 'silent sound
! prevents Emacs from making any sound at all.
! SOUND is nil to use the normal beep.  */)
       (sound)
       Lisp_Object sound;
  {
***************
*** 682,688 ****
  }
  
  DEFUN ("set-screen-color", Fset_screen_color, Sset_screen_color, 2, 2, 0,
!        "Set screen colors.")
      (foreground, background)
      Lisp_Object foreground;
      Lisp_Object background;
--- 682,688 ----
  }
  
  DEFUN ("set-screen-color", Fset_screen_color, Sset_screen_color, 2, 2, 0,
!        doc: /* Set screen colors.  */)
      (foreground, background)
      Lisp_Object foreground;
      Lisp_Object background;
***************
*** 694,700 ****
  }
  
  DEFUN ("set-cursor-size", Fset_cursor_size, Sset_cursor_size, 1, 1, 0,
!        "Set cursor size.")
      (size)
      Lisp_Object size;
  {
--- 694,700 ----
  }
  
  DEFUN ("set-cursor-size", Fset_cursor_size, Sset_cursor_size, 1, 1, 0,
!        doc: /* Set cursor size.  */)
      (size)
      Lisp_Object size;
  {
***************
*** 728,738 ****
  {
    DEFVAR_BOOL ("w32-use-full-screen-buffer",
                 &w32_use_full_screen_buffer,
!   "Non-nil means make terminal frames use the full screen buffer 
dimensions.\n\
! This is desirable when running Emacs over telnet, and is the default.\n\
! A value of nil means use the current console window dimensions; this\n\
! may be preferrable when working directly at the console with a large\n\
! scroll-back buffer.");
    w32_use_full_screen_buffer = 1;
  
    defsubr (&Sset_screen_color);
--- 728,738 ----
  {
    DEFVAR_BOOL ("w32-use-full-screen-buffer",
                 &w32_use_full_screen_buffer,
!              doc: /* Non-nil means make terminal frames use the full screen 
buffer dimensions.
! This is desirable when running Emacs over telnet, and is the default.
! A value of nil means use the current console window dimensions; this
! may be preferrable when working directly at the console with a large
! scroll-back buffer.  */);
    w32_use_full_screen_buffer = 1;
  
    defsubr (&Sset_screen_color);



reply via email to

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