comparison lisp/utils/auto-autoloads.el @ 173:8eaf7971accc r20-3b13

Import from CVS: tag r20-3b13
author cvs
date Mon, 13 Aug 2007 09:49:09 +0200
parents 929b76928fce
children 2d532a89d707
comparison
equal deleted inserted replaced
172:a38aed19690b 173:8eaf7971accc
234 234
235 ;;;### (autoloads nil "easymenu" "utils/easymenu.el") 235 ;;;### (autoloads nil "easymenu" "utils/easymenu.el")
236 236
237 ;;;*** 237 ;;;***
238 238
239 ;;;### (autoloads (insert-kbd-macro format-kbd-macro kbd read-kbd-macro edit-named-kbd-macro edit-last-kbd-macro edit-kbd-macro) "edmacro" "utils/edmacro.el") 239 ;;;### (autoloads (edit-toolbar) "edit-toolbar" "utils/edit-toolbar.el")
240
241 (autoload 'edit-toolbar "edit-toolbar" "\
242 Alter toolbar characteristics by editing a buffer representing the current toolbar.
243 Pops up a buffer containing a list of the current toobar." t nil)
244
245 ;;;***
246
247 ;;;### (autoloads (format-kbd-macro kbd read-kbd-macro edit-named-kbd-macro edit-last-kbd-macro edit-kbd-macro) "edmacro" "utils/edmacro.el")
240 248
241 (define-key ctl-x-map "\C-k" 'edit-kbd-macro) 249 (define-key ctl-x-map "\C-k" 'edit-kbd-macro)
242 250
243 (autoload 'edit-kbd-macro "edmacro" "\ 251 (autoload 'edit-kbd-macro "edmacro" "\
244 Edit a keyboard macro. 252 Edit a keyboard macro.
273 Return the keyboard macro MACRO as a human-readable string. 281 Return the keyboard macro MACRO as a human-readable string.
274 This string is suitable for passing to `read-kbd-macro'. 282 This string is suitable for passing to `read-kbd-macro'.
275 Second argument VERBOSE means to put one command per line with comments. 283 Second argument VERBOSE means to put one command per line with comments.
276 If VERBOSE is `1', put everything on one line. If VERBOSE is omitted 284 If VERBOSE is `1', put everything on one line. If VERBOSE is omitted
277 or nil, use a compact 80-column format." nil nil) 285 or nil, use a compact 80-column format." nil nil)
278
279 (autoload 'insert-kbd-macro "edmacro" "\
280 Insert in buffer the definition of kbd macro NAME, as Lisp code.
281 Optional second arg KEYS means also record the keys it is on
282 \(this is the prefix argument, when calling interactively).
283
284 This Lisp code will, when executed, define the kbd macro with the same
285 definition it has now. If you say to record the keys, the Lisp code
286 will also rebind those keys to the macro. Only global key bindings
287 are recorded since executing this Lisp code always makes global
288 bindings.
289
290 To save a kbd macro, visit a file of Lisp code such as your `~/.emacs',
291 use this command, and then save the file." t nil)
292 286
293 ;;;*** 287 ;;;***
294 288
295 ;;;### (autoloads (turn-on-eldoc-mode eldoc-mode) "eldoc" "utils/eldoc.el") 289 ;;;### (autoloads (turn-on-eldoc-mode eldoc-mode) "eldoc" "utils/eldoc.el")
296 290
942 936
943 (define-error 'invalid-date "Invalid date string") 937 (define-error 'invalid-date "Invalid date string")
944 938
945 ;;;*** 939 ;;;***
946 940
941 ;;;### (autoloads (toolbar-kill-item toolbar-kill-item-pos toolbar-add-item restore-initial-toolbar) "toolbar-utils" "utils/toolbar-utils.el")
942
943 (autoload 'restore-initial-toolbar "toolbar-utils" "\
944 Restores the default toolbar defined by initial-toolbar-spec." t nil)
945
946 (autoload 'toolbar-add-item "toolbar-utils" "\
947 Add a toolbar item ITEM at the first location of the toolbar specifier.
948 Optionally, can specify an INDEX position to insert the ITEM. The default is
949 to use default-toolbar, but a different specifier can by specified with
950 TOOLBAR-SPEC." nil nil)
951
952 (autoload 'toolbar-kill-item-pos "toolbar-utils" "\
953 Remove a toolbar item ITEM at the first location of the toolbar specifier.
954 Optionally, can specify an INDEX position where to remove the ITEM. The
955 default is to use default-toolbar, but a different specifier can by
956 specified with TOOLBAR-SPEC." nil nil)
957
958 (autoload 'toolbar-kill-item "toolbar-utils" "\
959 Remove a toolbar item ITEM at the first location of the toolbar specifier.
960 Optionally, can specify an ITEM to remove. The ITEM must be in form of a
961 vector. The default is to use default-toolbar, but a different specifier
962 can by specified with TOOLBAR-SPEC." nil nil)
963
964 ;;;***
965
947 ;;;### (autoloads (tq-create) "tq" "utils/tq.el") 966 ;;;### (autoloads (tq-create) "tq" "utils/tq.el")
948 967
949 (autoload 'tq-create "tq" "\ 968 (autoload 'tq-create "tq" "\
950 Create and return a transaction queue communicating with PROCESS. 969 Create and return a transaction queue communicating with PROCESS.
951 PROCESS should be a subprocess capable of sending and receiving 970 PROCESS should be a subprocess capable of sending and receiving