diff options
| author | David Bremner <david@tethera.net> | 2025-03-20 07:17:49 -0300 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2025-03-20 07:17:49 -0300 |
| commit | dfc800c26e7bee1e42a8d96c300508ed9d5a109b (patch) | |
| tree | f7eda837aca5c0874e6f34badd0353c7d78b8817 | |
| parent | 890fd10082a61bd109ee28c03eedac4294e2ae3c (diff) | |
| parent | d5ab2f0c02da4415e8775847ebc01559c9652e4c (diff) | |
Merge branch 'release'
| -rw-r--r-- | emacs/notmuch-show.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs/notmuch-show.el b/emacs/notmuch-show.el index 8a8e6a7b..19b51753 100644 --- a/emacs/notmuch-show.el +++ b/emacs/notmuch-show.el @@ -104,7 +104,7 @@ notmuch-show functions such as Finally, if this variable is set to nil, no header is displayed." - :type '(choice (const :tag "No header" ni) + :type '(choice (const :tag "No header" nil) (const :tag "Subject" t) (string :tag "Format") (function :tag "Function")) |
