Skip to content

Commit 5de5e4b

Browse files
author
Po Lu
committed
Fix typos and ommissions in cus-edit.el
* lisp/cus-edit.el (custom-display): Add missing display types.
1 parent 9d93c6b commit 5de5e4b

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

lisp/cus-edit.el

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3533,7 +3533,11 @@ GNUstep or Macintosh OS Cocoa interface.")
35333533
(const :format "PGTK "
35343534
:sibling-args (:help-echo "\
35353535
Pure-GTK interface.")
3536-
ns)
3536+
pgtk)
3537+
(const :format "Haiku "
3538+
:sibling-args (:help-echo "\
3539+
Haiku interface.")
3540+
haiku)
35373541
(const :format "DOS "
35383542
:sibling-args (:help-echo "\
35393543
Plain MS-DOS.")

0 commit comments

Comments
 (0)