]> git.eshelyaron.com Git - emacs.git/commitdiff
; Fix a few haiku typos
authorRobert Pluim <rpluim@gmail.com>
Sun, 21 Nov 2021 15:00:11 +0000 (16:00 +0100)
committerRobert Pluim <rpluim@gmail.com>
Sun, 21 Nov 2021 15:04:31 +0000 (16:04 +0100)
* 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
src/frame.c

index f85f5f614954398657c8473214153ca426bc2636..19afb8133171d4399bc8a8d9d3ff85e5e51dbbab 100644 (file)
@@ -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")
index a21dd0d92757a4f474506cb3eb1a0503e7e7edb8..33e9606e41d715a822995b1feaea3d28d5e54a65 100644 (file)
@@ -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)
 {