Mercurial > hg > xemacs-beta
diff lisp/prim/auto-autoloads.el @ 136:b980b6286996 r20-2b2
Import from CVS: tag r20-2b2
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:31:12 +0200 |
parents | 34a5b81f86ba |
children | 1856695b1fa9 |
line wrap: on
line diff
--- a/lisp/prim/auto-autoloads.el Mon Aug 13 09:30:13 2007 +0200 +++ b/lisp/prim/auto-autoloads.el Mon Aug 13 09:31:12 2007 +0200 @@ -711,14 +711,11 @@ ;;;*** -;;;### (autoloads (customize-menu-create custom-menu-create custom-save-all custom-buffer-create customize-apropos customize-customized customize-face-other-window customize-face customize-variable-other-window customize-variable customize-other-window customize) "cus-edit" "custom/cus-edit.el") +;;;### (autoloads (customize-menu-create custom-menu-create custom-save-all custom-buffer-create customize-apropos customize-customized customize-face-other-window customize-face customize-variable-other-window customize-variable customize) "cus-edit" "custom/cus-edit.el") (autoload 'customize "cus-edit" "\ Customize SYMBOL, which must be a customization group." t nil) -(autoload 'customize-other-window "cus-edit" "\ -Customize SYMBOL, which must be a customization group." t nil) - (autoload 'customize-variable "cus-edit" "\ Customize SYMBOL, which must be a variable." t nil) @@ -784,7 +781,7 @@ ;;;*** -;;;### (autoloads (widget-minor-mode widget-browse-other-window widget-browse widget-browse-at) "wid-browse" "custom/wid-browse.el") +;;;### (autoloads (widget-browse-other-window widget-browse widget-browse-at) "wid-browse" "custom/wid-browse.el") (autoload 'widget-browse-at "wid-browse" "\ Browse the widget under point." t nil) @@ -795,10 +792,6 @@ (autoload 'widget-browse-other-window "wid-browse" "\ Show widget browser for WIDGET in other window." t nil) -(autoload 'widget-minor-mode "wid-browse" "\ -Togle minor mode for traversing widgets. -With arg, turn widget mode on if and only if arg is positive." t nil) - ;;;*** ;;;### (autoloads (widget-delete widget-create widget-apply) "wid-edit" "custom/wid-edit.el") @@ -2209,7 +2202,8 @@ (autoload 'smiley-buffer "smiley" nil t nil) -(autoload 'gnus-smiley-display "smiley" nil t nil) +(autoload 'gnus-smiley-display "smiley" "\ +Display \"smileys\" as small graphical icons." t nil) ;;;*** @@ -3637,7 +3631,7 @@ ;;;### (autoloads (ksh-mode) "ksh-mode" "modes/ksh-mode.el") (autoload 'ksh-mode "ksh-mode" "\ -ksh-mode $Revision: 1.23 $ - Major mode for editing (Bourne, Korn or Bourne again) +ksh-mode $Revision: 1.24 $ - Major mode for editing (Bourne, Korn or Bourne again) shell scripts. Special key bindings and commands: \\{ksh-mode-map} @@ -4997,7 +4991,7 @@ (autoload 'vhdl-mode "vhdl-mode" "\ Major mode for editing VHDL code. -vhdl-mode $Revision: 1.23 $ +vhdl-mode $Revision: 1.24 $ To submit a problem report, enter `\\[vhdl-submit-bug-report]' from a vhdl-mode buffer. This automatically sets up a mail buffer with version information already added. You just need to add a description of the @@ -8800,7 +8794,7 @@ Second argument NEED-VECTOR means to return an event vector always." t nil) (autoload 'kbd "edmacro" "\ -Convert KEYS to the internal Emacs key representation." nil nil) +Convert KEYS to the internal Emacs key representation." nil 'macro) (autoload 'format-kbd-macro "edmacro" "\ Return the keyboard macro MACRO as a human-readable string.