Function: tpu-set-word-separators
tpu-set-word-separators is an interactive and byte-compiled function
defined in tpu-edt.el.gz.
Signature
(tpu-set-word-separators SEPARATORS)
Documentation
Set new word separators for TPU-edt word commands.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/obsolete/tpu-edt.el.gz
(defun tpu-set-word-separators (separators)
"Set new word separators for TPU-edt word commands."
(interactive "sSeparators: ")
(tpu-reset-word-separators)
(tpu-add-word-separators separators))