Variable: woman-escaped-escape-string

woman-escaped-escape-string is a variable defined in woman.el.gz.

Value

""

Documentation

Internal string representation of escaped escape characters.

Source Code

;; Defined in /usr/src/emacs/lisp/woman.el.gz
(defconst woman-escaped-escape-string
  (char-to-string woman-escaped-escape-char)
  "Internal string representation of escaped escape characters.")