32 lines
1015 B
EmacsLisp
32 lines
1015 B
EmacsLisp
;;; company-quickhelp-autoloads.el --- automatically extracted autoloads
|
||
;;
|
||
;;; Code:
|
||
(add-to-list 'load-path (or (file-name-directory #$) (car load-path)))
|
||
|
||
;;;### (autoloads nil "company-quickhelp" "company-quickhelp.el"
|
||
;;;;;; (22490 24939 611396 515000))
|
||
;;; Generated autoloads from company-quickhelp.el
|
||
|
||
(defvar company-quickhelp-mode nil "\
|
||
Non-nil if Company-Quickhelp mode is enabled.
|
||
See the command `company-quickhelp-mode' for a description of this minor mode.
|
||
Setting this variable directly does not take effect;
|
||
either customize it (see the info node `Easy Customization')
|
||
or call the function `company-quickhelp-mode'.")
|
||
|
||
(custom-autoload 'company-quickhelp-mode "company-quickhelp" nil)
|
||
|
||
(autoload 'company-quickhelp-mode "company-quickhelp" "\
|
||
Provides documentation popups for `company-mode' using `pos-tip'.
|
||
|
||
\(fn &optional ARG)" t nil)
|
||
|
||
;;;***
|
||
|
||
;; Local Variables:
|
||
;; version-control: never
|
||
;; no-byte-compile: t
|
||
;; no-update-autoloads: t
|
||
;; End:
|
||
;;; company-quickhelp-autoloads.el ends here
|