diff src/device-x.c @ 3025:facf3239ba30

[xemacs-hg @ 2005-10-25 11:16:19 by ben] rename new->new_, convert 'foo to `foo' EmacsFrame.c, ExternalClient.c, ExternalShell.c, chartab.c, cmdloop.c, compiler.h, console.c, database.c, device-msw.c, device-x.c, device.c, doc.c, dragdrop.c, eval.c, event-msw.c, event-stream.c, events.c, extents.c, file-coding.c, fns.c, frame-tty.c, frame.c, gpmevent.c, gutter.c, hash.c, imgproc.c, indent.c, keymap.c, lisp-union.h, macros.c, malloc.c, marker.c, menubar-x.c, menubar.c, mule-charset.c, number.c, process.c, profile.h, ralloc.c, redisplay.c, select-common.h, select.c, syntax.c, sysfile.h, sysproc.h, systime.h, syswindows.h, toolbar.c, tooltalk.c, tparam.c, unexaix.c, unexalpha.c, unexconvex.c, unexec.c, unexhp9k800.c, unexmips.c, unicode.c, window.c: new -> new_. 'foo -> `foo'. lwlib-internal.h: redo assert macros to follow lisp.h and not trigger warnings. lwlib.c, xlwtabs.c: new -> new_.
author ben
date Tue, 25 Oct 2005 11:16:49 +0000
parents a25c824ed558
children 141c2920ea48
line wrap: on
line diff
--- a/src/device-x.c	Tue Oct 25 08:32:50 2005 +0000
+++ b/src/device-x.c	Tue Oct 25 11:16:49 2005 +0000
@@ -1392,11 +1392,11 @@
 
 The first arg is the name of the resource to retrieve, such as "font".
 The second arg is the class of the resource to retrieve, such as "Font".
-The third arg must be one of the symbols 'string, 'integer, 'natnum, or
-  'boolean, specifying the type of object that the database is searched for.
+The third arg must be one of the symbols `string', `integer', `natnum', or
+  `boolean', specifying the type of object that the database is searched for.
 The fourth arg is the locale to search for the resources on, and can
-  currently be a buffer, a frame, a device, or 'global.  If omitted, it
-  defaults to 'global.
+  currently be a buffer, a frame, a device, or `global'.  If omitted, it
+  defaults to `global'.
 The fifth arg is the device to search for the resources on. (The resource
   database for a particular device is constructed by combining non-device-
   specific resources such as any command-line resources specified and any
@@ -1449,7 +1449,7 @@
 			"Emacs.EmacsLocaleType.EmacsDevice.Foreground",
 			"String");
 
-4) If LOCALE is 'global, a call
+4) If LOCALE is `global', a call
 
     (x-get-resource "foreground" "Foreground" 'string 'global)
 
@@ -1459,7 +1459,7 @@
 			"Emacs.Foreground",
 			"String");
 
-Note that for 'global, no prefix is added other than that of the
+Note that for `global', no prefix is added other than that of the
 application itself; thus, you can use this locale to retrieve
 arbitrary application resources, if you really want to.