]> git.eshelyaron.com Git - emacs.git/commitdiff
Regenerate due to renaming of help-funs.el.
authorEli Zaretskii <eliz@gnu.org>
Mon, 26 Nov 2001 19:58:19 +0000 (19:58 +0000)
committerEli Zaretskii <eliz@gnu.org>
Mon, 26 Nov 2001 19:58:19 +0000 (19:58 +0000)
lisp/ChangeLog
lisp/loaddefs.el

index 518c1988783ea4d7f0347edba6e1824d1c92ff14..e43684d5b9ffbe68ddced3b4918bbcb36fbb0960 100644 (file)
@@ -1,5 +1,10 @@
 2001-11-26  Eli Zaretskii  <eliz@is.elta.co.il>
 
+       * loaddefs.el: Regenerated.
+
+       * international/mule-diag.el: Require help-fns instead of
+       help-funs.
+
        * help-fns.el: Renamed from help-funs.el.
 
        * startup.el (command-line-1): Don't try to call process-list if
index bb6515272440c292ce51584e0009f168f9852c90..203509b1a7418cd1e6c1cef1e4e16589def44741 100644 (file)
@@ -1920,7 +1920,7 @@ name of buffer configuration." t nil)
 ;;;;;;  37162))
 ;;; Generated autoloads from button.el
 
-(defvar button-map (let ((map (make-sparse-keymap))) (define-key map "\r" (quote push-button)) (define-key map [mouse-2] (quote push-button)) map) "\
+(defvar button-map (let ((map (make-sparse-keymap))) (define-key map "" (quote push-button)) (define-key map [mouse-2] (quote push-button)) map) "\
 Keymap used by buttons.")
 
 (defvar button-buffer-map (let ((map (make-sparse-keymap))) (define-key map [9] (quote forward-button)) (define-key map [backtab] (quote backward-button)) map) "\
@@ -8404,18 +8404,18 @@ to be updated." t nil)
 ;;;***
 \f
 ;;;### (autoloads (describe-variable variable-at-point describe-function-1
-;;;;;;  describe-function locate-library help-with-tutorial) "help-funs"
-;;;;;;  "help-funs.el" (15315 52171))
-;;; Generated autoloads from help-funs.el
+;;;;;;  describe-function locate-library help-with-tutorial) "help-fns"
+;;;;;;  "help-fns.el" (15315 52171))
+;;; Generated autoloads from help-fns.el
 
-(autoload (quote help-with-tutorial) "help-funs" "\
+(autoload (quote help-with-tutorial) "help-fns" "\
 Select the Emacs learn-by-doing tutorial.
 If there is a tutorial version written in the language
 of the selected language environment, that version is used.
 If there's no tutorial in that language, `TUTORIAL' is selected.
 With arg, you are asked to choose which language." t nil)
 
-(autoload (quote locate-library) "help-funs" "\
+(autoload (quote locate-library) "help-fns" "\
 Show the precise file name of Emacs library LIBRARY.
 This command searches the directories in `load-path' like `M-x load-library'
 to find the file that `M-x load-library RET LIBRARY RET' would load.
@@ -8429,16 +8429,16 @@ When called from a program, the file name is normaly returned as a
 string.  When run interactively, the argument INTERACTIVE-CALL is t,
 and the file name is displayed in the echo area." t nil)
 
-(autoload (quote describe-function) "help-funs" "\
+(autoload (quote describe-function) "help-fns" "\
 Display the full documentation of FUNCTION (a symbol)." t nil)
 
-(autoload (quote describe-function-1) "help-funs" nil nil nil)
+(autoload (quote describe-function-1) "help-fns" nil nil nil)
 
-(autoload (quote variable-at-point) "help-funs" "\
+(autoload (quote variable-at-point) "help-fns" "\
 Return the bound variable symbol found around point.
 Return 0 if there is no such symbol." nil nil)
 
-(autoload (quote describe-variable) "help-funs" "\
+(autoload (quote describe-variable) "help-fns" "\
 Display the full documentation of VARIABLE (a symbol).
 Returns the documentation as a string, also.
 If VARIABLE has a buffer-local value in BUFFER (default to the current buffer),