[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
master 7c52c86: ; Fix a few haiku typos
From: |
Robert Pluim |
Subject: |
master 7c52c86: ; Fix a few haiku typos |
Date: |
Sun, 21 Nov 2021 10:04:38 -0500 (EST) |
branch: master
commit 7c52c86a84466665fa661bf4ff9cb7a1d9501324
Author: Robert Pluim <rpluim@gmail.com>
Commit: Robert Pluim <rpluim@gmail.com>
; 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 f85f5f6..19afb81 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 a21dd0d..33e9606 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)
{
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- master 7c52c86: ; Fix a few haiku typos,
Robert Pluim <=