diff options
| author | Pavel Janík | 2001-11-01 07:04:29 +0000 |
|---|---|---|
| committer | Pavel Janík | 2001-11-01 07:04:29 +0000 |
| commit | 032653524e9ed078cf28c7fb6ada94c1b6bc6f40 (patch) | |
| tree | ab7a21fbc74ec73469f19ef3439d8b5b8c879f8f /src | |
| parent | e3cd9e7f2a4ff3c97bc6112e14937e362bdf32fe (diff) | |
| download | emacs-032653524e9ed078cf28c7fb6ada94c1b6bc6f40.tar.gz emacs-032653524e9ed078cf28c7fb6ada94c1b6bc6f40.zip | |
(x-get-resource): Reindent.
Diffstat (limited to 'src')
| -rw-r--r-- | src/xfns.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xfns.c b/src/xfns.c index d9287a464e3..4b4dcdc75a3 100644 --- a/src/xfns.c +++ b/src/xfns.c | |||
| @@ -2641,7 +2641,7 @@ validate_x_resource_name () | |||
| 2641 | extern char *x_get_string_resource (); | 2641 | extern char *x_get_string_resource (); |
| 2642 | 2642 | ||
| 2643 | DEFUN ("x-get-resource", Fx_get_resource, Sx_get_resource, 2, 4, 0, | 2643 | DEFUN ("x-get-resource", Fx_get_resource, Sx_get_resource, 2, 4, 0, |
| 2644 | doc: /* Return the value of ATTRIBUTE, of class CLASS, from the X defaults database. | 2644 | doc: /* Return the value of ATTRIBUTE, of class CLASS, from the X defaults database. |
| 2645 | This uses `INSTANCE.ATTRIBUTE' as the key and `Emacs.CLASS' as the | 2645 | This uses `INSTANCE.ATTRIBUTE' as the key and `Emacs.CLASS' as the |
| 2646 | class, where INSTANCE is the name under which Emacs was invoked, or | 2646 | class, where INSTANCE is the name under which Emacs was invoked, or |
| 2647 | the name specified by the `-name' or `-rn' command-line arguments. | 2647 | the name specified by the `-name' or `-rn' command-line arguments. |