Variable: woman-unpadded-space-string

woman-unpadded-space-string is a variable defined in woman.el.gz.

Value

""

Documentation

Internal string representation of unpadded space characters.

Source Code

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