unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* [PATCH] feature/pgtk: Update framep docstring
@ 2021-05-21 16:48 Colin Woodbury
  2021-05-22  9:51 ` Yuuki Harano
  0 siblings, 1 reply; 2+ messages in thread
From: Colin Woodbury @ 2021-05-21 16:48 UTC (permalink / raw)
  To: emacs-devel


[-- Attachment #1.1: Type: text/plain, Size: 230 bytes --]

Resubmitting this patch because I think I posted it in the wrong format before. Apologies, I'm new!

Anyway, this targets the `feature/pgtk` branch and fixes an oversight in the docstring of the `framep` function in `src/frame.c`.

[-- Attachment #1.2: Type: text/html, Size: 409 bytes --]

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: pgtk-framep.patch --]
[-- Type: text/x-patch; name="pgtk-framep.patch", Size: 519 bytes --]

diff --git a/src/frame.c b/src/frame.c
index eb5aed82f7..0e74bb937f 100644
--- a/src/frame.c
+++ b/src/frame.c
@@ -225,7 +225,8 @@ Value is:
  `x' for an Emacs frame that is really an X window,
  `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.
+ `pc' for a direct-write MS-DOS frame,
+ `pgtk' for an Emacs frame running entirely in GTK.
 See also `frame-live-p'.  */)
   (Lisp_Object object)
 {

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] feature/pgtk: Update framep docstring
  2021-05-21 16:48 [PATCH] feature/pgtk: Update framep docstring Colin Woodbury
@ 2021-05-22  9:51 ` Yuuki Harano
  0 siblings, 0 replies; 2+ messages in thread
From: Yuuki Harano @ 2021-05-22  9:51 UTC (permalink / raw)
  To: colin; +Cc: emacs-devel


On Fri, 21 May 2021 09:48:18 -0700,
	"Colin Woodbury" <colin@fosskers.ca> wrote:
> Resubmitting this patch because I think I posted it in the wrong
> format before. Apologies, I'm new!
> 
> Anyway, this targets the `feature/pgtk` branch and fixes an
> oversight in the docstring of the `framep` function in
> `src/frame.c`.

Applied. Thanks.

-- 
Yuuki Harano



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-05-22  9:51 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-21 16:48 [PATCH] feature/pgtk: Update framep docstring Colin Woodbury
2021-05-22  9:51 ` Yuuki Harano

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).