helpful-autoloads.el (1618B)
1 ;;; helpful-autoloads.el --- automatically extracted autoloads -*- lexical-binding: t -*- 2 ;; 3 ;;; Code: 4 5 (add-to-list 'load-path (directory-file-name 6 (or (file-name-directory #$) (car load-path)))) 7 8 9 ;;;### (autoloads nil "helpful" "helpful.el" (0 0 0 0)) 10 ;;; Generated autoloads from helpful.el 11 12 (autoload 'helpful-function "helpful" "\ 13 Show help for function named SYMBOL. 14 15 See also `helpful-macro', `helpful-command' and `helpful-callable'. 16 17 \(fn SYMBOL)" t nil) 18 19 (autoload 'helpful-command "helpful" "\ 20 Show help for interactive function named SYMBOL. 21 22 See also `helpful-function'. 23 24 \(fn SYMBOL)" t nil) 25 26 (autoload 'helpful-key "helpful" "\ 27 Show help for interactive command bound to KEY-SEQUENCE. 28 29 \(fn KEY-SEQUENCE)" t nil) 30 31 (autoload 'helpful-macro "helpful" "\ 32 Show help for macro named SYMBOL. 33 34 \(fn SYMBOL)" t nil) 35 36 (autoload 'helpful-callable "helpful" "\ 37 Show help for function, macro or special form named SYMBOL. 38 39 See also `helpful-macro', `helpful-function' and `helpful-command'. 40 41 \(fn SYMBOL)" t nil) 42 43 (autoload 'helpful-symbol "helpful" "\ 44 Show help for SYMBOL, a variable, function or macro. 45 46 See also `helpful-callable' and `helpful-variable'. 47 48 \(fn SYMBOL)" t nil) 49 50 (autoload 'helpful-variable "helpful" "\ 51 Show help for variable named SYMBOL. 52 53 \(fn SYMBOL)" t nil) 54 55 (autoload 'helpful-at-point "helpful" "\ 56 Show help for the symbol at point." t nil) 57 58 (register-definition-prefixes "helpful" '("helpful-")) 59 60 ;;;*** 61 62 ;; Local Variables: 63 ;; version-control: never 64 ;; no-byte-compile: t 65 ;; no-update-autoloads: t 66 ;; coding: utf-8 67 ;; End: 68 ;;; helpful-autoloads.el ends here