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