comparison lisp/utils/auto-autoloads.el @ 167:85ec50267440 r20-3b10

Import from CVS: tag r20-3b10
author cvs
date Mon, 13 Aug 2007 09:45:46 +0200
parents 0132846995bd
children 15872534500d
comparison
equal deleted inserted replaced
166:7a77eb660975 167:85ec50267440
174 174
175 ;;;*** 175 ;;;***
176 176
177 ;;;### (autoloads (browse-url-lynx-emacs browse-url-lynx-xterm browse-url-w3 browse-url-iximosaic browse-url-grail browse-url-mosaic browse-url-netscape) "browse-url" "utils/browse-url.el") 177 ;;;### (autoloads (browse-url-lynx-emacs browse-url-lynx-xterm browse-url-w3 browse-url-iximosaic browse-url-grail browse-url-mosaic browse-url-netscape) "browse-url" "utils/browse-url.el")
178 178
179 (defcustom browse-url-browser-function 'browse-url-w3 "*Function to display the current buffer in a WWW browser.\nUsed by the `browse-url-at-point', `browse-url-at-mouse', and\n`browse-url-of-file' commands." :type 'function :group 'browse-url) 179 (defcustom browse-url-browser-function 'browse-url-w3 "*Function to display the current buffer in a WWW browser.\nUsed by the `browse-url-at-point', `browse-url-at-mouse', and\n`browse-url-of-file' commands." :type '(radio (function-item browse-url-w3) (function-item browse-url-netscape) (function-item browse-url-mosaic) (function-item browse-url-cci) (function-item browse-url-iximosaic) (function-item browse-url-lynx-xterm) (function-item browse-url-lynx-emacs) (function-item browse-url-grail) (function :tag "Other" nil)) :group 'browse-url)
180 180
181 (autoload 'browse-url-netscape "browse-url" "\ 181 (autoload 'browse-url-netscape "browse-url" "\
182 Ask the Netscape WWW browser to load URL. 182 Ask the Netscape WWW browser to load URL.
183 183
184 Default to the URL around or before point. The strings in variable 184 Default to the URL around or before point. The strings in variable
996 the defaults are used. These are (), [], {}, <> and `' for the 996 the defaults are used. These are (), [], {}, <> and `' for the
997 symmetrical ones, and the same character twice for the others." t nil) 997 symmetrical ones, and the same character twice for the others." t nil)
998 998
999 ;;;*** 999 ;;;***
1000 1000
1001 ;;;### (autoloads (speedbar-frame-mode) "speedbar" "utils/speedbar.el")
1002
1003 (autoload 'speedbar-frame-mode "speedbar" "\
1004 Enable or disable use of a speedbar. Positive number means turn
1005 on, negative turns speedbar off, and nil means toggle. Once the
1006 speedbar frame is activated, a buffer in `speedbar-mode' will be
1007 displayed. Currently, only one speedbar is supported at a time." t nil)
1008
1009 ;;;***
1010
1011 ;;;### (autoloads nil "timezone" "utils/timezone.el") 1001 ;;;### (autoloads nil "timezone" "utils/timezone.el")
1012 1002
1013 (define-error 'invalid-date "Invalid date string") 1003 (define-error 'invalid-date "Invalid date string")
1014 1004
1015 ;;;*** 1005 ;;;***