Mercurial > hg > xemacs-beta
comparison lisp/sound.el @ 373:6240c7796c7a r21-2b2
Import from CVS: tag r21-2b2
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:04:06 +0200 |
parents | cc15677e0335 |
children | bbff43aa5eb7 |
comparison
equal
deleted
inserted
replaced
372:49e1ed2d7ed8 | 373:6240c7796c7a |
---|---|
111 "Filename extensions to complete sound file name with. If more than one | 111 "Filename extensions to complete sound file name with. If more than one |
112 extension is used, they should be separated by \":\". " | 112 extension is used, they should be separated by \":\". " |
113 :group 'sound | 113 :group 'sound |
114 :type 'string) | 114 :type 'string) |
115 | 115 |
116 (defcustom default-sound-directory-list ( list default-sound-directory ) | 116 (defcustom default-sound-directory-list (locate-data-directory-list "sounds") |
117 | 117 |
118 "List of directories which to search for sound files" | 118 "List of directories which to search for sound files" |
119 :group 'sound | 119 :group 'sound |
120 :type '(repeat directory ) | 120 :type '(repeat directory ) |
121 ) | 121 ) |