aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Ingebrigtsen2016-04-30 20:13:24 +0200
committerLars Ingebrigtsen2016-05-01 19:27:14 +0200
commit818fb69bd2b48a4ba6359659383ab3e5e8ab6cb1 (patch)
tree97c83806be51a52fc51cdc4b7fcbe0fdacfe998f
parent2abc85e41edafbb9c1187c5445056cc07759b4c1 (diff)
downloademacs-818fb69bd2b48a4ba6359659383ab3e5e8ab6cb1.tar.gz
emacs-818fb69bd2b48a4ba6359659383ab3e5e8ab6cb1.zip
Extremely minor doc fix in Choosing Window
* doc/lispref/windows.texi (Choosing Window): There's only one action alist, I think (bug#20158). (cherry picked from commit 6c7e7f421d02d9290d6d1d85320737371160aef7)
-rw-r--r--doc/lispref/windows.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lispref/windows.texi b/doc/lispref/windows.texi
index 0665eb9098d..55d90bd5d0d 100644
--- a/doc/lispref/windows.texi
+++ b/doc/lispref/windows.texi
@@ -2259,7 +2259,7 @@ display in. These steps are described by means of @dfn{display
2259actions}, which have the form @code{(@var{function} . @var{alist})}. 2259actions}, which have the form @code{(@var{function} . @var{alist})}.
2260Here, @var{function} is either a function or a list of functions, 2260Here, @var{function} is either a function or a list of functions,
2261which we refer to as @dfn{action functions}; @var{alist} is an 2261which we refer to as @dfn{action functions}; @var{alist} is an
2262association list, which we refer to as @dfn{action alists}. 2262association list, which we refer to as an @dfn{action alist}.
2263 2263
2264 An action function accepts two arguments: the buffer to display and 2264 An action function accepts two arguments: the buffer to display and
2265an action alist. It attempts to display the buffer in some window, 2265an action alist. It attempts to display the buffer in some window,