mirror of https://github.com/Chizi123/.emacs.d.git

Chizi123
2018-11-18 21067e7cbe6d7a0f65ff5c317a96b5c337b0b3d8
commit | author | age
5cb5f7 1 ;;; flycheck-pos-tip-autoloads.el --- automatically extracted autoloads
C 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 "flycheck-pos-tip" "flycheck-pos-tip.el" (0
10 ;;;;;;  0 0 0))
11 ;;; Generated autoloads from flycheck-pos-tip.el
12
13 (defvar flycheck-pos-tip-mode nil "\
14 Non-nil if Flycheck-Pos-Tip mode is enabled.
15 See the `flycheck-pos-tip-mode' command
16 for a description of this minor mode.
17 Setting this variable directly does not take effect;
18 either customize it (see the info node `Easy Customization')
19 or call the function `flycheck-pos-tip-mode'.")
20
21 (custom-autoload 'flycheck-pos-tip-mode "flycheck-pos-tip" nil)
22
23 (autoload 'flycheck-pos-tip-mode "flycheck-pos-tip" "\
24 A minor mode to show Flycheck error messages in a popup.
25
26 When called interactively, toggle `flycheck-pos-tip-mode'.  With
27 prefix ARG, enable `flycheck-pos-tip-mode' if ARG is positive,
28 otherwise disable it.
29
30 When called from Lisp, enable `flycheck-pos-tip-mode' if ARG is
31 omitted, nil or positive.  If ARG is `toggle', toggle
32 `flycheck-pos-tip-mode'.  Otherwise behave as if called
33 interactively.
34
35 In `flycheck-pos-tip-mode' show Flycheck's error messages in a
36 GUI tooltip.  Falls back to `flycheck-display-error-messages' on
37 TTY frames.
38
39 \(fn &optional ARG)" t nil)
40
41 (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "flycheck-pos-tip" '("flycheck-pos-tip-")))
42
43 ;;;***
44
45 ;; Local Variables:
46 ;; version-control: never
47 ;; no-byte-compile: t
48 ;; no-update-autoloads: t
49 ;; coding: utf-8
50 ;; End:
51 ;;; flycheck-pos-tip-autoloads.el ends here