Function: woman1-TX

woman1-TX is a byte-compiled function defined in woman.el.gz.

Signature

(woman1-TX)

Documentation

.TX t p -- Resolve SunOS abbrev t and join to p (usually punctuation).

Source Code

;; Defined in /usr/src/emacs/lisp/woman.el.gz
  ;; .bd -- Embolden font -- IGNORE!

;;; Non-breaking SunOS-specific macros:

(defun woman1-TX ()
  ".TX t p -- Resolve SunOS abbrev t and join to p (usually punctuation)."
  (insert "SunOS ")
  (woman-forward-arg 'unquote 'concat))