diff lisp/=gnus.el @ 1475:2596132752ff

Doc fix.
author Christopher Zaborsky <rogue@erratum.com>
date Sun, 25 Oct 1992 19:44:06 +0000
parents 9f3cc03dae67
children d0a00faa2c98
line wrap: on
line diff
--- a/lisp/=gnus.el	Sat Oct 24 20:07:08 1992 +0000
+++ b/lisp/=gnus.el	Sun Oct 25 19:44:06 1992 +0000
@@ -4961,7 +4961,7 @@
   "Configure GNUS windows according to the next ACTION.
 The ACTION is either a symbol, such as `SelectNewsgroup', or a
 configuration list such as `(1 1 2)'.  If ACTION is not a list,
-configuration list is got from the variable gnus-window-configuration."
+configuration list is got from the variable `gnus-window-configuration'."
   (let* ((windows
 	  (if (listp action)
 	      action (car (cdr (assq action gnus-window-configuration)))))