lexic-autoloads.el (2178B)
1 ;;; lexic-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 (file-name-directory load-file-name)) (car load-path))) 9 10 11 12 ;;; Generated autoloads from lexic.el 13 14 (autoload 'lexic-search "lexic" "\ 15 Search WORD through the command line tool lexic. 16 The result will be displayed in buffer named with 17 `lexic-buffer-name' with `lexic-mode' if called interactively. 18 19 When provided with DICT-LIST-NAME, query `lexic-dictionary-alist' 20 to get the new dictionary list before search. 21 Alternatively, dictionary list can be specified directly 22 by DICT-LIST. Any non-list value of it means using all dictionaries. 23 24 When called interactively, prompt for the word. 25 Prefix argument have the following meaning: 26 If `lexic-dictionary-alist' is defined, 27 use prefix argument to select a new DICT-LIST-NAME. 28 Otherwise, prefix argument means using all dictionaries. 29 30 When INTERACTIVE-P is non-nil, a buffer displaying the result(s) is shown. 31 Otherwise, the result is returned as a string. 32 33 When NO-HISTORY-P is non-nil, the search is not added to the session history. 34 35 Word may contain some special characters: 36 * match zero or more characters 37 ? match zero or one character 38 / used at the beginning, for fuzzy search 39 | used at the beginning, for data search 40 escape the character right after 41 42 TODO decouple the tool from the general method. 43 44 (fn WORD &optional DICT-LIST-NAME DICT-LIST INTERACTIVE-P NO-HISTORY-P)" t) 45 (autoload 'lexic-search-word-at-point "lexic" "\ 46 Perform `lexic-search' on the word at or near point." t) 47 (autoload 'lexic-list-dictionary "lexic" "\ 48 Show available dictionaries." t) 49 (autoload 'lexic-dictionary-help "lexic" "\ 50 Show the Lexic help page." t) 51 (register-definition-prefixes "lexic" '("lexic-")) 52 53 ;;; End of scraped data 54 55 (provide 'lexic-autoloads) 56 57 ;; Local Variables: 58 ;; version-control: never 59 ;; no-byte-compile: t 60 ;; no-update-autoloads: t 61 ;; no-native-compile: t 62 ;; coding: utf-8-emacs-unix 63 ;; End: 64 65 ;;; lexic-autoloads.el ends here