emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-25 818fb69 42/64: Extremely minor doc fix in Choosin


From: Lars Ingebrigtsen
Subject: [Emacs-diffs] emacs-25 818fb69 42/64: Extremely minor doc fix in Choosing Window
Date: Sun, 01 May 2016 18:18:41 +0000

branch: emacs-25
commit 818fb69bd2b48a4ba6359659383ab3e5e8ab6cb1
Author: Lars Ingebrigtsen <address@hidden>
Commit: Lars Ingebrigtsen <address@hidden>

    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)
---
 doc/lispref/windows.texi |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/lispref/windows.texi b/doc/lispref/windows.texi
index 0665eb9..55d90bd 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
 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,



reply via email to

[Prev in Thread] Current Thread [Next in Thread]