emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master ef00774: * doc/lispintro/emacs-lisp-intro.texi (Swi


From: Xue Fuqiao
Subject: [Emacs-diffs] master ef00774: * doc/lispintro/emacs-lisp-intro.texi (Switching Buffers): Clarify
Date: Sun, 23 Aug 2015 11:25:51 +0000

branch: master
commit ef00774df4582592ac675fbe803ecc887e0e248a
Author: Xue Fuqiao <address@hidden>
Commit: Xue Fuqiao <address@hidden>

    * doc/lispintro/emacs-lisp-intro.texi (Switching Buffers): Clarify
    "invisible window".
---
 doc/lispintro/emacs-lisp-intro.texi |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/doc/lispintro/emacs-lisp-intro.texi 
b/doc/lispintro/emacs-lisp-intro.texi
index 183e68f..a9f02f5 100644
--- a/doc/lispintro/emacs-lisp-intro.texi
+++ b/doc/lispintro/emacs-lisp-intro.texi
@@ -2840,10 +2840,10 @@ following more complex expression:
 @c noindent
 In this case, the first argument to @code{other-buffer} tells it which
 buffer to skip---the current one---and the second argument tells
address@hidden it is OK to switch to a visible buffer.
-In regular use, @code{switch-to-buffer} takes you to an invisible
-window since you would most likely use @kbd{C-x o} (@code{other-window})
-to go to another visible buffer.}
address@hidden it is OK to switch to a visible buffer.  In
+regular use, @code{switch-to-buffer} takes you to a buffer not visible
+in windows since you would most likely use @kbd{C-x o}
+(@code{other-window}) to go to another visible buffer.}
 
 In the programming examples in later sections of this document, you will
 see the function @code{set-buffer} more often than



reply via email to

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