]> code.delx.au - gnu-emacs/commitdiff
Extremely minor doc fix in Choosing Window
authorLars Ingebrigtsen <larsi@gnus.org>
Sat, 30 Apr 2016 18:13:24 +0000 (20:13 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Sat, 30 Apr 2016 18:32:56 +0000 (20:32 +0200)
* doc/lispref/windows.texi (Choosing Window): There's only one
action alist, I think (bug#20158).

doc/lispref/windows.texi

index 74837ac82b9a5b1fec1b78803b7b9e3cbc67963a..9a09b35371d9b10994419309a2e64742bf9e5aba 100644 (file)
@@ -2271,7 +2271,7 @@ display in.  These steps are described by means of @dfn{display
 actions}, which have the form @code{(@var{function} . @var{alist})}.
 Here, @var{function} is either a function or a list of functions,
 which we refer to as @dfn{action functions}; @var{alist} is an
-association list, which we refer to as @dfn{action alists}.
+association list, which we refer to as an @dfn{action alist}.
 
   An action function accepts two arguments: the buffer to display and
 an action alist.  It attempts to display the buffer in some window,