comparison lisp/loaddefs.el @ 41587:1337babcd9ab

Regenerate due to renaming of help-funs.el.
author Eli Zaretskii <eliz@gnu.org>
date Mon, 26 Nov 2001 19:57:04 +0000
parents 5b92a648a267
children 3465372c9239
comparison
equal deleted inserted replaced
41586:f41a14872734 41587:1337babcd9ab
1918 ;;;### (autoloads (insert-text-button make-text-button insert-button 1918 ;;;### (autoloads (insert-text-button make-text-button insert-button
1919 ;;;;;; make-button define-button-type) "button" "button.el" (15306 1919 ;;;;;; make-button define-button-type) "button" "button.el" (15306
1920 ;;;;;; 37162)) 1920 ;;;;;; 37162))
1921 ;;; Generated autoloads from button.el 1921 ;;; Generated autoloads from button.el
1922 1922
1923 (defvar button-map (let ((map (make-sparse-keymap))) (define-key map " 1923 (defvar button-map (let ((map (make-sparse-keymap))) (define-key map "" (quote push-button)) (define-key map [mouse-2] (quote push-button)) map) "\
1924 " (quote push-button)) (define-key map [mouse-2] (quote push-button)) map) "\
1925 Keymap used by buttons.") 1924 Keymap used by buttons.")
1926 1925
1927 (defvar button-buffer-map (let ((map (make-sparse-keymap))) (define-key map [9] (quote forward-button)) (define-key map [backtab] (quote backward-button)) map) "\ 1926 (defvar button-buffer-map (let ((map (make-sparse-keymap))) (define-key map [9] (quote forward-button)) (define-key map [backtab] (quote backward-button)) map) "\
1928 Keymap useful for buffers containing buttons. 1927 Keymap useful for buffers containing buttons.
1929 Mode-specific keymaps may want to use this as their parent keymap.") 1928 Mode-specific keymaps may want to use this as their parent keymap.")
8403 to be updated." t nil) 8402 to be updated." t nil)
8404 8403
8405 ;;;*** 8404 ;;;***
8406 8405
8407 ;;;### (autoloads (describe-variable variable-at-point describe-function-1 8406 ;;;### (autoloads (describe-variable variable-at-point describe-function-1
8408 ;;;;;; describe-function locate-library help-with-tutorial) "help-funs" 8407 ;;;;;; describe-function locate-library help-with-tutorial) "help-fns"
8409 ;;;;;; "help-funs.el" (15315 52171)) 8408 ;;;;;; "help-fns.el" (15315 52171))
8410 ;;; Generated autoloads from help-funs.el 8409 ;;; Generated autoloads from help-fns.el
8411 8410
8412 (autoload (quote help-with-tutorial) "help-funs" "\ 8411 (autoload (quote help-with-tutorial) "help-fns" "\
8413 Select the Emacs learn-by-doing tutorial. 8412 Select the Emacs learn-by-doing tutorial.
8414 If there is a tutorial version written in the language 8413 If there is a tutorial version written in the language
8415 of the selected language environment, that version is used. 8414 of the selected language environment, that version is used.
8416 If there's no tutorial in that language, `TUTORIAL' is selected. 8415 If there's no tutorial in that language, `TUTORIAL' is selected.
8417 With arg, you are asked to choose which language." t nil) 8416 With arg, you are asked to choose which language." t nil)
8418 8417
8419 (autoload (quote locate-library) "help-funs" "\ 8418 (autoload (quote locate-library) "help-fns" "\
8420 Show the precise file name of Emacs library LIBRARY. 8419 Show the precise file name of Emacs library LIBRARY.
8421 This command searches the directories in `load-path' like `M-x load-library' 8420 This command searches the directories in `load-path' like `M-x load-library'
8422 to find the file that `M-x load-library RET LIBRARY RET' would load. 8421 to find the file that `M-x load-library RET LIBRARY RET' would load.
8423 Optional second arg NOSUFFIX non-nil means don't add suffixes `load-suffixes' 8422 Optional second arg NOSUFFIX non-nil means don't add suffixes `load-suffixes'
8424 to the specified name LIBRARY. 8423 to the specified name LIBRARY.
8428 8427
8429 When called from a program, the file name is normaly returned as a 8428 When called from a program, the file name is normaly returned as a
8430 string. When run interactively, the argument INTERACTIVE-CALL is t, 8429 string. When run interactively, the argument INTERACTIVE-CALL is t,
8431 and the file name is displayed in the echo area." t nil) 8430 and the file name is displayed in the echo area." t nil)
8432 8431
8433 (autoload (quote describe-function) "help-funs" "\ 8432 (autoload (quote describe-function) "help-fns" "\
8434 Display the full documentation of FUNCTION (a symbol)." t nil) 8433 Display the full documentation of FUNCTION (a symbol)." t nil)
8435 8434
8436 (autoload (quote describe-function-1) "help-funs" nil nil nil) 8435 (autoload (quote describe-function-1) "help-fns" nil nil nil)
8437 8436
8438 (autoload (quote variable-at-point) "help-funs" "\ 8437 (autoload (quote variable-at-point) "help-fns" "\
8439 Return the bound variable symbol found around point. 8438 Return the bound variable symbol found around point.
8440 Return 0 if there is no such symbol." nil nil) 8439 Return 0 if there is no such symbol." nil nil)
8441 8440
8442 (autoload (quote describe-variable) "help-funs" "\ 8441 (autoload (quote describe-variable) "help-fns" "\
8443 Display the full documentation of VARIABLE (a symbol). 8442 Display the full documentation of VARIABLE (a symbol).
8444 Returns the documentation as a string, also. 8443 Returns the documentation as a string, also.
8445 If VARIABLE has a buffer-local value in BUFFER (default to the current buffer), 8444 If VARIABLE has a buffer-local value in BUFFER (default to the current buffer),
8446 it is displayed along with the global value." t nil) 8445 it is displayed along with the global value." t nil)
8447 8446