Files
dotfiles/emacs/.emacs.d/elpa/operate-on-number-20150706.2323/operate-on-number-autoloads.el
2018-01-09 04:40:58 +01:00

53 lines
1.5 KiB
EmacsLisp
Raw Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
;;; operate-on-number-autoloads.el --- automatically extracted autoloads
;;
;;; Code:
(add-to-list 'load-path (directory-file-name (or (file-name-directory #$) (car load-path))))
;;;### (autoloads nil "operate-on-number" "operate-on-number.el"
;;;;;; (23124 14368 252175 316000))
;;; Generated autoloads from operate-on-number.el
(autoload 'find-number-at-point "operate-on-number" "\
Search the current line till EOL for a number.
If a pure number is found, move point to the end of the number
and return the value. Raise an error otherwise.
\(fn)" t nil)
(autoload 'apply-operation-to-number-at-point "operate-on-number" "\
Apply an operation specified by KEY on a number at point.
If called interactively, use the last key input as KEY.
If the operation requires an additional operand, it is taken from
one of the following sources in the order named:
1. Prefix argument if given
2. Value read from keyboard if READ-ARGS is non-nil or the :read
property is non-nil
3. Default argument predefined in `operate-on-number-at-point-alist'
\(fn &optional KEY READ-ARGS)" t nil)
(autoload 'operate-on-number-at-point "operate-on-number" "\
Operate on number at point.
The kind of operation to perform is specified by the following
key typed.
An optional number ARG becomes a counter operand to the number at
point for the operation if applicable.
\(fn &optional ARG)" t nil)
;;;***
;; Local Variables:
;; version-control: never
;; no-byte-compile: t
;; no-update-autoloads: t
;; End:
;;; operate-on-number-autoloads.el ends here