diff options
author | Po Lu <luangruo@yahoo.com> | 2023-07-20 15:55:07 +0800 |
---|---|---|
committer | Po Lu <luangruo@yahoo.com> | 2023-07-20 15:55:07 +0800 |
commit | 5de5e4b4d0a0d90240ca055d29f264be39831e16 (patch) | |
tree | dfe158096b2ad93c72625a23dcdf2204461f95dd /lisp/cus-edit.el | |
parent | 9d93c6ba14aa0bdb312553ebbda751fe70c14852 (diff) | |
download | emacs-5de5e4b4d0a0d90240ca055d29f264be39831e16.tar.gz emacs-5de5e4b4d0a0d90240ca055d29f264be39831e16.tar.bz2 emacs-5de5e4b4d0a0d90240ca055d29f264be39831e16.zip |
Fix typos and ommissions in cus-edit.el
* lisp/cus-edit.el (custom-display): Add missing display types.
Diffstat (limited to 'lisp/cus-edit.el')
-rw-r--r-- | lisp/cus-edit.el | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/lisp/cus-edit.el b/lisp/cus-edit.el index 0373842de09..9ec10e63221 100644 --- a/lisp/cus-edit.el +++ b/lisp/cus-edit.el @@ -3533,7 +3533,11 @@ GNUstep or Macintosh OS Cocoa interface.") (const :format "PGTK " :sibling-args (:help-echo "\ Pure-GTK interface.") - ns) + pgtk) + (const :format "Haiku " + :sibling-args (:help-echo "\ +Haiku interface.") + haiku) (const :format "DOS " :sibling-args (:help-echo "\ Plain MS-DOS.") |