Mercurial > hg > xemacs-beta
comparison src/sound.c @ 2757:7844ab77b582
[xemacs-hg @ 2005-05-05 17:10:19 by aidan]
Some spelling and grammar fixes.
author | aidan |
---|---|
date | Thu, 05 May 2005 17:10:54 +0000 |
parents | 902d5bd9b75c |
children | 4c038e89d563 |
comparison
equal
deleted
inserted
replaced
2756:f441e940eed8 | 2757:7844ab77b582 |
---|---|
428 `sound-alist', and resolve either to strings of data or to other symbols. | 428 `sound-alist', and resolve either to strings of data or to other symbols. |
429 Sound symbols that map directly to data should be considered named sounds; | 429 Sound symbols that map directly to data should be considered named sounds; |
430 sound symbols that map to other sounds should be considered abstract | 430 sound symbols that map to other sounds should be considered abstract |
431 sounds, and are used when a particular behavior or state occurs. | 431 sounds, and are used when a particular behavior or state occurs. |
432 | 432 |
433 Rremember that the sound symbol is the *second* argument to `ding', not the | 433 Remember that the sound symbol is the *second* argument to `ding', not the |
434 first. | 434 first. |
435 | 435 |
436 The following abstract sounds are used by XEmacs itself: | 436 The following abstract sounds are used by XEmacs itself: |
437 | 437 |
438 alarm when a package wants to remind the user | 438 alarm when a package wants to remind the user |