Function: woman1-hy

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

Signature

(woman1-hy)

Documentation

.hy N -- Set hyphenation mode to N, i.e. IGNORE!

Source Code

;; Defined in /usr/src/emacs/lisp/woman.el.gz
(defun woman1-hy ()
  ".hy N -- Set hyphenation mode to N, i.e. IGNORE!"
  ;; (WoMan-log-1 ".hy request ignored -- hyphenation not supported!")
  (woman-delete-whole-line))