From: Robert Pluim Date: Sun, 21 Nov 2021 15:00:11 +0000 (+0100) Subject: ; Fix a few haiku typos X-Git-Tag: emacs-29.0.90~2852^2~131 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7c52c86a84466665fa661bf4ff9cb7a1d9501324;p=emacs.git ; 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". --- 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) {