diff options
author | Glenn Morris <rgm@gnu.org> | 2012-02-08 06:18:12 -0500 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2012-02-08 06:18:12 -0500 |
commit | e41d4836431e257976f891540fb52251800bade1 (patch) | |
tree | 05cdf75d365b88b663d56cc0b995572ba075a148 /lisp/emulation | |
parent | cefee4405266d96386585abf5f423d4ccfb1220a (diff) | |
download | emacs-e41d4836431e257976f891540fb52251800bade1.tar.gz emacs-e41d4836431e257976f891540fb52251800bade1.tar.bz2 emacs-e41d4836431e257976f891540fb52251800bade1.zip |
Auto-commit of loaddefs files.
Diffstat (limited to 'lisp/emulation')
-rw-r--r-- | lisp/emulation/tpu-edt.el | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/lisp/emulation/tpu-edt.el b/lisp/emulation/tpu-edt.el index 56efa568f03..305e3e73be0 100644 --- a/lisp/emulation/tpu-edt.el +++ b/lisp/emulation/tpu-edt.el @@ -2440,11 +2440,14 @@ If FILE is nil, try to load a default file. The default file names are ;;;### (autoloads (tpu-set-cursor-bound tpu-set-cursor-free tpu-set-scroll-margins -;;;;;; tpu-cursor-free-mode) "tpu-extras" "tpu-extras.el" "512b5771d29a538e69567644413951a8") +;;;;;; tpu-cursor-free-mode) "tpu-extras" "tpu-extras.el" "76f06905db4c5bfb3b86491a51512a0e") ;;; Generated autoloads from tpu-extras.el (autoload 'tpu-cursor-free-mode "tpu-extras" "\ Minor mode to allow the cursor to move freely about the screen. +With a prefix argument ARG, enable the mode if ARG is positive, +and disable it otherwise. If called from Lisp, enable the mode +if ARG is omitted or nil. \(fn &optional ARG)" t nil) |