diff options
| -rw-r--r-- | lisp/woman.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/woman.el b/lisp/woman.el index 13aea5d91c1..9548fdc6b3a 100644 --- a/lisp/woman.el +++ b/lisp/woman.el | |||
| @@ -2078,7 +2078,7 @@ alist in `woman-buffer-alist' and return nil." | |||
| 2078 | (char-to-string woman-escaped-escape-char) | 2078 | (char-to-string woman-escaped-escape-char) |
| 2079 | "Internal string representation of escaped escape characters.") | 2079 | "Internal string representation of escaped escape characters.") |
| 2080 | 2080 | ||
| 2081 | (defconst woman-unpadded-space-char ?\^] | 2081 | (defconst woman-unpadded-space-char ?\^\] |
| 2082 | ;; An arbitrary unused control character | 2082 | ;; An arbitrary unused control character |
| 2083 | "Internal character representation of unpadded space characters.") | 2083 | "Internal character representation of unpadded space characters.") |
| 2084 | (defconst woman-unpadded-space-string | 2084 | (defconst woman-unpadded-space-string |