Mercurial > hg > xemacs-beta
comparison man/lispref/display.texi @ 259:11cf20601dec r20-5b28
Import from CVS: tag r20-5b28
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:23:02 +0200 |
parents | ac2d302a0011 |
children | 7df0dd720c89 |
comparison
equal
deleted
inserted
replaced
258:58424f6abf56 | 259:11cf20601dec |
---|---|
873 below). It also terminates any keyboard macro currently executing | 873 below). It also terminates any keyboard macro currently executing |
874 unless @var{dont-terminate} is non-@code{nil}. If @var{sound} is | 874 unless @var{dont-terminate} is non-@code{nil}. If @var{sound} is |
875 specified, it should be a symbol specifying which sound to make. This | 875 specified, it should be a symbol specifying which sound to make. This |
876 sound will be played if @code{visible-bell} is @code{nil}. (This only | 876 sound will be played if @code{visible-bell} is @code{nil}. (This only |
877 works if sound support was compiled into the executable and you are | 877 works if sound support was compiled into the executable and you are |
878 running on the console of a Sun SparcStation, SGI, or HP9000s700. | 878 running on the console of a Sun SparcStation, SGI, HP9000s700, or Linux |
879 Otherwise you just get a beep.) The optional third argument specifies | 879 PC. Otherwise you just get a beep.) The optional third argument |
880 what device to make the sound on, and defaults to the selected device. | 880 specifies what device to make the sound on, and defaults to the selected |
881 device. | |
881 @end defun | 882 @end defun |
882 | 883 |
883 @defun beep &optional dont-terminate sound device | 884 @defun beep &optional dont-terminate sound device |
884 This is a synonym for @code{ding}. | 885 This is a synonym for @code{ding}. |
885 @end defun | 886 @end defun |