]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix typos and ommissions in cus-edit.el
authorPo Lu <luangruo@yahoo.com>
Thu, 20 Jul 2023 07:55:07 +0000 (15:55 +0800)
committerPo Lu <luangruo@yahoo.com>
Thu, 20 Jul 2023 07:55:07 +0000 (15:55 +0800)
* lisp/cus-edit.el (custom-display): Add missing display types.

lisp/cus-edit.el

index 0373842de09c3ca58a02ca24f121cac36ceb25bc..9ec10e63221e584d3b6d19c541405916e674fca1 100644 (file)
@@ -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.")