diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/xfns.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/xfns.c b/src/xfns.c index 1a498a46d61..bb551f307c5 100644 --- a/src/xfns.c +++ b/src/xfns.c | |||
| @@ -1374,14 +1374,14 @@ extern XrmDatabase x_load_resources (); | |||
| 1374 | 1374 | ||
| 1375 | DEFUN ("x-get-resource", Fx_get_resource, Sx_get_resource, 2, 4, 0, | 1375 | DEFUN ("x-get-resource", Fx_get_resource, Sx_get_resource, 2, 4, 0, |
| 1376 | "Return the value of ATTRIBUTE, of class CLASS, from the X defaults database.\n\ | 1376 | "Return the value of ATTRIBUTE, of class CLASS, from the X defaults database.\n\ |
| 1377 | This uses `NAME.ATTRIBUTE' as the key and `Emacs.INSTANCE' as the\n\ | 1377 | This uses `INSTANCE.ATTRIBUTE' as the key and `Emacs.CLASS' as the\n\ |
| 1378 | class, where INSTANCE is the name under which Emacs was invoked, or\n\ | 1378 | class, where INSTANCE is the name under which Emacs was invoked, or\n\ |
| 1379 | the name specified by the `-name' or `-rn' command-line arguments.\n\ | 1379 | the name specified by the `-name' or `-rn' command-line arguments.\n\ |
| 1380 | \n\ | 1380 | \n\ |
| 1381 | The optional arguments COMPONENT and SUBCLASS add to the key and the\n\ | 1381 | The optional arguments COMPONENT and SUBCLASS add to the key and the\n\ |
| 1382 | class, respectively. You must specify both of them or neither.\n\ | 1382 | class, respectively. You must specify both of them or neither.\n\ |
| 1383 | If you specify them, the key is `NAME.COMPONENT.ATTRIBUTE'\n\ | 1383 | If you specify them, the key is `INSTANCE.COMPONENT.ATTRIBUTE'\n\ |
| 1384 | and the class is `Emacs.INSTANCE.SUBCLASS'.") | 1384 | and the class is `Emacs.CLASS.SUBCLASS'.") |
| 1385 | (attribute, class, component, subclass) | 1385 | (attribute, class, component, subclass) |
| 1386 | Lisp_Object attribute, class, component, subclass; | 1386 | Lisp_Object attribute, class, component, subclass; |
| 1387 | { | 1387 | { |