diff options
| author | Lars Ingebrigtsen | 2016-04-30 20:13:24 +0200 |
|---|---|---|
| committer | Lars Ingebrigtsen | 2016-05-01 19:27:14 +0200 |
| commit | 818fb69bd2b48a4ba6359659383ab3e5e8ab6cb1 (patch) | |
| tree | 97c83806be51a52fc51cdc4b7fcbe0fdacfe998f | |
| parent | 2abc85e41edafbb9c1187c5445056cc07759b4c1 (diff) | |
| download | emacs-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.texi | 2 |
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 | |||
| 2259 | actions}, which have the form @code{(@var{function} . @var{alist})}. | 2259 | actions}, which have the form @code{(@var{function} . @var{alist})}. |
| 2260 | Here, @var{function} is either a function or a list of functions, | 2260 | Here, @var{function} is either a function or a list of functions, |
| 2261 | which we refer to as @dfn{action functions}; @var{alist} is an | 2261 | which we refer to as @dfn{action functions}; @var{alist} is an |
| 2262 | association list, which we refer to as @dfn{action alists}. | 2262 | association 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 |
| 2265 | an action alist. It attempts to display the buffer in some window, | 2265 | an action alist. It attempts to display the buffer in some window, |