Files
memex/0_inbox/Scrivener_Emacs_Vim/elpa/wc-goal-mode-20140829.659/wc-goal-mode-autoloads.el

39 lines
1.1 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.
;;; wc-goal-mode-autoloads.el --- automatically extracted autoloads
;;
;;; Code:
(add-to-list 'load-path (or (file-name-directory #$) (car load-path)))
;;;### (autoloads nil "wc-goal-mode" "wc-goal-mode.el" (22632 47551
;;;;;; 0 0))
;;; Generated autoloads from wc-goal-mode.el
(autoload 'wc-goal-mode "wc-goal-mode" "\
Toggle wc mode With no argument, this command toggles the
mode. Non-null prefix argument turns on the mode. Null prefix
argument turns off the mode.
When Wc mode is enabled on a buffer, it counts the current words
in the buffer and keeps track of a differential of added or
subtracted words.
A goal of number of words added/subtracted can be set while using
this mode. Upon completion of the goal, the modeline text will
highlight indicating that the goal has been reached.
Commands:
\\{wc-goal-mode-map}
Entry to this mode calls the value of `wc-goal-mode-hook' if that
value is non-nil.
\(fn &optional ARG)" t nil)
;;;***
;; Local Variables:
;; version-control: never
;; no-byte-compile: t
;; no-update-autoloads: t
;; End:
;;; wc-goal-mode-autoloads.el ends here