Function: woman0-el
woman0-el is a byte-compiled function defined in woman.el.gz.
Signature
(woman0-el)
Documentation
Isolated .el request -- should not happen!
Source Code
;; Defined in /usr/src/emacs/lisp/woman.el.gz
(defun woman0-el ()
"Isolated .el request -- should not happen!"
(WoMan-warn "el request without matching `ie' rejected!")
(cond (woman-ignore
(woman-delete-match 0)
(delete-horizontal-space)
(woman-if-body "el" nil t))
(t ; Ignore -- leave in buffer
;; This does not work too well, but it's only for debugging!
(skip-chars-forward "^ \t")
(if (looking-at "[ \t]*{") (search-forward "}"))
(forward-line 1))))