comparison lisp/utils/auto-autoloads.el @ 171:929b76928fce r20-3b12

Import from CVS: tag r20-3b12
author cvs
date Mon, 13 Aug 2007 09:47:52 +0200
parents 15872534500d
children 8eaf7971accc
comparison
equal deleted inserted replaced
170:98a42ee61975 171:929b76928fce
817 ;;;*** 817 ;;;***
818 818
819 ;;;### (autoloads (savehist-save savehist-load) "savehist" "utils/savehist.el") 819 ;;;### (autoloads (savehist-save savehist-load) "savehist" "utils/savehist.el")
820 820
821 (autoload 'savehist-load "savehist" "\ 821 (autoload 'savehist-load "savehist" "\
822 Load the histories saved to `savehist-file'. 822 Load the minibuffer histories from `savehist-file'.
823 Unless PREFIX is non-nil, the function will also add the save function to 823 Unless NO-HOOK is specified, the function will also add the save function
824 `kill-emacs-hook'. 824 to `kill-emacs-hook', thus ensuring that the minibuffer contents will be
825 saved before leaving Emacs.
825 826
826 This function should be normally used from your Emacs init file. Since it 827 This function should be normally used from your Emacs init file. Since it
827 removes your current minibuffer histories (if any), it is unwise to call it 828 removes your current minibuffer histories, it is unwise to call it at any
828 at any other time." t nil) 829 other time." t nil)
829 830
830 (autoload 'savehist-save "savehist" "\ 831 (autoload 'savehist-save "savehist" "\
831 Save the histories from `savehist-history-variables' to `savehist-file'. 832 Save the histories from `savehist-history-variables' to `savehist-file'.
832 A variable will be saved if it is bound and non-nil." t nil) 833 A variable will be saved if it is bound and non-nil." t nil)
833 834