summaryrefslogtreecommitdiff
path: root/straight/build/annalist/annalist-autoloads.el
diff options
context:
space:
mode:
Diffstat (limited to 'straight/build/annalist/annalist-autoloads.el')
-rw-r--r--straight/build/annalist/annalist-autoloads.el45
1 files changed, 0 insertions, 45 deletions
diff --git a/straight/build/annalist/annalist-autoloads.el b/straight/build/annalist/annalist-autoloads.el
deleted file mode 100644
index 0b103cf..0000000
--- a/straight/build/annalist/annalist-autoloads.el
+++ /dev/null
@@ -1,45 +0,0 @@
-;;; annalist-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:
-
-
-
-;;; Generated autoloads from annalist.el
-
-(autoload 'annalist-record "annalist" "\
-In the store for ANNALIST, TYPE, and LOCAL, record RECORD.
-ANNALIST should correspond to the package/user recording this information (e.g.
-'general, 'me, etc.). TYPE is the type of information being recorded (e.g.
-'keybindings). LOCAL corresponds to whether to store RECORD only for the current
-buffer. This information together is used to select where RECORD should be
-stored in and later retrieved from with `annalist-describe'. RECORD should be a
-list of items to record and later print as org headings and column entries in a
-single row. If PLIST is non-nil, RECORD should be a plist instead of an ordered
-list (e.g. '(keymap org-mode-map key \"C-c a\" ...)). The plist keys should be
-the symbols used for the definition of TYPE.
-
-(fn ANNALIST TYPE RECORD &key LOCAL PLIST)")
-(autoload 'annalist-describe "annalist" "\
-Describe information recorded by ANNALIST for TYPE.
-For example: (annalist-describe 'general 'keybindings) If VIEW is non-nil, use
-those settings for displaying recorded information instead of the defaults.
-
-(fn ANNALIST TYPE &optional VIEW)")
-(register-definition-prefixes "annalist" '("annalist-"))
-
-;;; End of scraped data
-
-(provide 'annalist-autoloads)
-
-;; Local Variables:
-;; version-control: never
-;; no-byte-compile: t
-;; no-update-autoloads: t
-;; no-native-compile: t
-;; coding: utf-8-emacs-unix
-;; End:
-
-;;; annalist-autoloads.el ends here