Mercurial > hg > xemacs-beta
comparison lisp/utils/auto-autoloads.el @ 175:2d532a89d707 r20-3b14
Import from CVS: tag r20-3b14
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:50:14 +0200 |
parents | 8eaf7971accc |
children | 6075d714658b |
comparison
equal
deleted
inserted
replaced
174:bb3568571b84 | 175:2d532a89d707 |
---|---|
219 | 219 |
220 (autoload 'browse-url-lynx-emacs "browse-url" "\ | 220 (autoload 'browse-url-lynx-emacs "browse-url" "\ |
221 Ask the Lynx WWW browser to load URL. | 221 Ask the Lynx WWW browser to load URL. |
222 Default to the URL around or before point. Run a new Lynx process in | 222 Default to the URL around or before point. Run a new Lynx process in |
223 an Emacs buffer." t nil) | 223 an Emacs buffer." t nil) |
224 | |
225 ;;;*** | |
226 | |
227 ;;;### (autoloads (config-value config-value-hash-table) "config" "utils/config.el") | |
228 | |
229 (autoload 'config-value-hash-table "config" "\ | |
230 Returns hashtable of configuration parameters and their values." nil nil) | |
231 | |
232 (autoload 'config-value "config" "\ | |
233 Return the value of the configuration parameter CONFIG_SYMBOL." nil nil) | |
224 | 234 |
225 ;;;*** | 235 ;;;*** |
226 | 236 |
227 ;;;### (autoloads (docref-setup) "docref" "utils/docref.el") | 237 ;;;### (autoloads (docref-setup) "docref" "utils/docref.el") |
228 | 238 |
801 ;;;### (autoloads (make-ring ringp) "ring" "utils/ring.el") | 811 ;;;### (autoloads (make-ring ringp) "ring" "utils/ring.el") |
802 | 812 |
803 (autoload 'ringp "ring" "\ | 813 (autoload 'ringp "ring" "\ |
804 Returns t if X is a ring; nil otherwise." nil nil) | 814 Returns t if X is a ring; nil otherwise." nil nil) |
805 | 815 |
806 (define-obsolete-function-alias 'ring-p 'ringp) | 816 (define-compatible-function-alias 'ring-p 'ringp) |
807 | 817 |
808 (autoload 'make-ring "ring" "\ | 818 (autoload 'make-ring "ring" "\ |
809 Make a ring that can contain SIZE elements." nil nil) | 819 Make a ring that can contain SIZE elements." nil nil) |
810 | 820 |
811 ;;;*** | 821 ;;;*** |