comparison lisp/auto-autoloads.el @ 225:12579d965149 r20-4b11

Import from CVS: tag r20-4b11
author cvs
date Mon, 13 Aug 2007 10:11:40 +0200
parents 2c611d1463a6
children 52952cbfc5b5
comparison
equal deleted inserted replaced
224:4663b37daab6 225:12579d965149
579 (autoload 'customize-variable "cus-edit" "\ 579 (autoload 'customize-variable "cus-edit" "\
580 Customize SYMBOL, which must be a user option variable." t nil) 580 Customize SYMBOL, which must be a user option variable." t nil)
581 581
582 (autoload 'customize-changed-options "cus-edit" "\ 582 (autoload 'customize-changed-options "cus-edit" "\
583 Customize all user option variables whose default values changed recently. 583 Customize all user option variables whose default values changed recently.
584 This means, in other words, variables defined with a `:new' option." t nil) 584 This means, in other words, variables defined with a `:version' keyword." t nil)
585 585
586 (defalias 'customize-variable-other-window 'customize-option-other-window) 586 (defalias 'customize-variable-other-window 'customize-option-other-window)
587 587
588 (autoload 'customize-option-other-window "cus-edit" "\ 588 (autoload 'customize-option-other-window "cus-edit" "\
589 Customize SYMBOL, which must be a user option variable. 589 Customize SYMBOL, which must be a user option variable.