emacs/org/elpa/helpful-20231028.516/helpful-autoloads.el

67 lines
1.7 KiB
EmacsLisp
Raw Normal View History

2024-03-20 13:57:39 +00:00
;;; helpful-autoloads.el --- automatically extracted autoloads (do not edit) -*- lexical-binding: t -*-
;; Generated by the `loaddefs-generate' function.
;; This file is part of GNU Emacs.
;;; Code:
2024-03-20 13:57:39 +00:00
(add-to-list 'load-path (or (and load-file-name (directory-file-name (file-name-directory load-file-name))) (car load-path)))
;;; Generated autoloads from helpful.el
(autoload 'helpful-function "helpful" "\
Show help for function named SYMBOL.
See also `helpful-macro', `helpful-command' and `helpful-callable'.
2024-03-20 13:57:39 +00:00
(fn SYMBOL)" t)
(autoload 'helpful-command "helpful" "\
Show help for interactive function named SYMBOL.
See also `helpful-function'.
2024-03-20 13:57:39 +00:00
(fn SYMBOL)" t)
(autoload 'helpful-key "helpful" "\
Show help for interactive command bound to KEY-SEQUENCE.
2024-03-20 13:57:39 +00:00
(fn KEY-SEQUENCE)" t)
(autoload 'helpful-macro "helpful" "\
Show help for macro named SYMBOL.
2024-03-20 13:57:39 +00:00
(fn SYMBOL)" t)
(autoload 'helpful-callable "helpful" "\
Show help for function, macro or special form named SYMBOL.
See also `helpful-macro', `helpful-function' and `helpful-command'.
2024-03-20 13:57:39 +00:00
(fn SYMBOL)" t)
(autoload 'helpful-symbol "helpful" "\
2024-03-20 13:57:39 +00:00
Show help for SYMBOL, a variable, function, macro, or face.
See also `helpful-callable' and `helpful-variable'.
2024-03-20 13:57:39 +00:00
(fn SYMBOL)" t)
(autoload 'helpful-variable "helpful" "\
Show help for variable named SYMBOL.
2024-03-20 13:57:39 +00:00
(fn SYMBOL)" t)
(autoload 'helpful-at-point "helpful" "\
2024-03-20 13:57:39 +00:00
Show help for the symbol at point." t)
2022-04-22 04:48:52 +00:00
(register-definition-prefixes "helpful" '("helpful-"))
2024-03-20 13:57:39 +00:00
;;; End of scraped data
(provide 'helpful-autoloads)
;; Local Variables:
;; version-control: never
;; no-byte-compile: t
;; no-update-autoloads: t
2024-03-20 13:57:39 +00:00
;; no-native-compile: t
;; coding: utf-8-emacs-unix
;; End:
2024-03-20 13:57:39 +00:00
;;; helpful-autoloads.el ends here