diff options
author | Christopher Zaborsky <rogue@erratum.com> | 1992-10-25 19:44:06 +0000 |
---|---|---|
committer | Christopher Zaborsky <rogue@erratum.com> | 1992-10-25 19:44:06 +0000 |
commit | 29be98b31f2b7f625d6af1d98269f5eabe3aab8b (patch) | |
tree | e5aa748fb1c820c7c4f74f6a860971720c19e8ce /lisp/=gnus.el | |
parent | f48092f3ae50af6083b5605e044ed0274f3e1c0e (diff) | |
download | emacs-29be98b31f2b7f625d6af1d98269f5eabe3aab8b.tar.gz |
Doc fix.
Diffstat (limited to 'lisp/=gnus.el')
-rw-r--r-- | lisp/=gnus.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/=gnus.el b/lisp/=gnus.el index a0e70095b71..0c4d94df5aa 100644 --- a/lisp/=gnus.el +++ b/lisp/=gnus.el @@ -4961,7 +4961,7 @@ that it was marked as read once." "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))))) |