comparison 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
comparison
equal deleted inserted replaced
1474:341c17b20f2a 1475:2596132752ff
4959 4959
4960 (defun gnus-configure-windows (action) 4960 (defun gnus-configure-windows (action)
4961 "Configure GNUS windows according to the next ACTION. 4961 "Configure GNUS windows according to the next ACTION.
4962 The ACTION is either a symbol, such as `SelectNewsgroup', or a 4962 The ACTION is either a symbol, such as `SelectNewsgroup', or a
4963 configuration list such as `(1 1 2)'. If ACTION is not a list, 4963 configuration list such as `(1 1 2)'. If ACTION is not a list,
4964 configuration list is got from the variable gnus-window-configuration." 4964 configuration list is got from the variable `gnus-window-configuration'."
4965 (let* ((windows 4965 (let* ((windows
4966 (if (listp action) 4966 (if (listp action)
4967 action (car (cdr (assq action gnus-window-configuration))))) 4967 action (car (cdr (assq action gnus-window-configuration)))))
4968 (grpwin (get-buffer-window gnus-Group-buffer)) 4968 (grpwin (get-buffer-window gnus-Group-buffer))
4969 (subwin (get-buffer-window gnus-Subject-buffer)) 4969 (subwin (get-buffer-window gnus-Subject-buffer))