diff options
| author | Richard M. Stallman | 1994-07-31 23:20:58 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1994-07-31 23:20:58 +0000 |
| commit | 40ac73a0a8fcff108acf326e2b31ed9eac008064 (patch) | |
| tree | 30e2b208107be6a05d9cac60d33f7e9957cfca03 /src | |
| parent | 823d86f380b46a01b96c5c7aa9f8b6eb2fa79d6d (diff) | |
| download | emacs-40ac73a0a8fcff108acf326e2b31ed9eac008064.tar.gz emacs-40ac73a0a8fcff108acf326e2b31ed9eac008064.zip | |
(Fx_get_resource): Doc fix.
Diffstat (limited to 'src')
| -rw-r--r-- | src/xfns.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/xfns.c b/src/xfns.c index df0e4ae9949..e3eaf0cb513 100644 --- a/src/xfns.c +++ b/src/xfns.c | |||
| @@ -1416,14 +1416,14 @@ extern XrmDatabase x_load_resources (); | |||
| 1416 | 1416 | ||
| 1417 | DEFUN ("x-get-resource", Fx_get_resource, Sx_get_resource, 2, 4, 0, | 1417 | DEFUN ("x-get-resource", Fx_get_resource, Sx_get_resource, 2, 4, 0, |
| 1418 | "Return the value of ATTRIBUTE, of class CLASS, from the X defaults database.\n\ | 1418 | "Return the value of ATTRIBUTE, of class CLASS, from the X defaults database.\n\ |
| 1419 | This uses `NAME.ATTRIBUTE' as the key and `Emacs.CLASS' as the\n\ | 1419 | This uses `NAME.ATTRIBUTE' as the key and `Emacs.INSTANCE' as the\n\ |
| 1420 | class, where INSTANCE is the name under which Emacs was invoked, or\n\ | 1420 | class, where INSTANCE is the name under which Emacs was invoked, or\n\ |
| 1421 | the name specified by the `-name' or `-rn' command-line arguments.\n\ | 1421 | the name specified by the `-name' or `-rn' command-line arguments.\n\ |
| 1422 | \n\ | 1422 | \n\ |
| 1423 | The optional arguments COMPONENT and SUBCLASS add to the key and the\n\ | 1423 | The optional arguments COMPONENT and SUBCLASS add to the key and the\n\ |
| 1424 | class, respectively. You must specify both of them or neither.\n\ | 1424 | class, respectively. You must specify both of them or neither.\n\ |
| 1425 | If you specify them, the key is `NAME.COMPONENT.ATTRIBUTE'\n\ | 1425 | If you specify them, the key is `NAME.COMPONENT.ATTRIBUTE'\n\ |
| 1426 | and the class is `Emacs.CLASS.SUBCLASS'.") | 1426 | and the class is `Emacs.INSTANCE.SUBCLASS'.") |
| 1427 | (attribute, class, component, subclass) | 1427 | (attribute, class, component, subclass) |
| 1428 | Lisp_Object attribute, class, component, subclass; | 1428 | Lisp_Object attribute, class, component, subclass; |
| 1429 | { | 1429 | { |