changeset 8405:8b5d6aba9b46

(Fx_get_resource): Doc fix.
author Richard M. Stallman <rms@gnu.org>
date Sun, 31 Jul 1994 23:20:58 +0000
parents 49ffb0b7fd22
children 849045d64643
files src/xfns.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/xfns.c	Sun Jul 31 22:49:46 1994 +0000
+++ b/src/xfns.c	Sun Jul 31 23:20:58 1994 +0000
@@ -1416,14 +1416,14 @@
 
 DEFUN ("x-get-resource", Fx_get_resource, Sx_get_resource, 2, 4, 0,
   "Return the value of ATTRIBUTE, of class CLASS, from the X defaults database.\n\
-This uses `NAME.ATTRIBUTE' as the key and `Emacs.CLASS' as the\n\
+This uses `NAME.ATTRIBUTE' as the key and `Emacs.INSTANCE' as the\n\
 class, where INSTANCE is the name under which Emacs was invoked, or\n\
 the name specified by the `-name' or `-rn' command-line arguments.\n\
 \n\
 The optional arguments COMPONENT and SUBCLASS add to the key and the\n\
 class, respectively.  You must specify both of them or neither.\n\
 If you specify them, the key is `NAME.COMPONENT.ATTRIBUTE'\n\
-and the class is `Emacs.CLASS.SUBCLASS'.")
+and the class is `Emacs.INSTANCE.SUBCLASS'.")
   (attribute, class, component, subclass)
      Lisp_Object attribute, class, component, subclass;
 {