From 7c52c86a84466665fa661bf4ff9cb7a1d9501324 Mon Sep 17 00:00:00 2001 From: Robert Pluim Date: Sun, 21 Nov 2021 16:00:11 +0100 Subject: [PATCH] ; Fix a few haiku typos * lisp/net/browse-url.el (browse-url-webpositive-program): Correct :version tag. * src/frame.c (Fframep): Fix quoting of "haiku". --- lisp/net/browse-url.el | 2 +- src/frame.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/net/browse-url.el b/lisp/net/browse-url.el index f85f5f61495..19afb813317 100644 --- a/lisp/net/browse-url.el +++ b/lisp/net/browse-url.el @@ -371,7 +371,7 @@ Defaults to the value of `browse-url-epiphany-arguments' at the time (defcustom browse-url-webpositive-program "WebPositive" "The name by which to invoke WebPositive." :type 'string - :version "28.1") + :version "29.1") ;; GNOME means of invoking either Mozilla or Netscape. (defvar browse-url-gnome-moz-program "gnome-moz-remote") diff --git a/src/frame.c b/src/frame.c index a21dd0d9275..33e9606e41d 100644 --- a/src/frame.c +++ b/src/frame.c @@ -226,7 +226,7 @@ Value is: `w32' for an Emacs frame that is a window on MS-Windows display, `ns' for an Emacs frame on a GNUstep or Macintosh Cocoa display, `pc' for a direct-write MS-DOS frame. - `haiku` for an Emacs frame running in Haiku. + `haiku' for an Emacs frame running in Haiku. See also `frame-live-p'. */) (Lisp_Object object) { -- 2.39.5