emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/doc/lispref/frames.texi,v


From: Eli Zaretskii
Subject: [Emacs-diffs] Changes to emacs/doc/lispref/frames.texi,v
Date: Mon, 13 Oct 2008 10:39:26 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Eli Zaretskii <eliz>    08/10/13 10:39:26

Index: frames.texi
===================================================================
RCS file: /cvsroot/emacs/emacs/doc/lispref/frames.texi,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -b -r1.9 -r1.10
--- frames.texi 27 Jul 2008 18:24:22 -0000      1.9
+++ frames.texi 13 Oct 2008 10:39:26 -0000      1.10
@@ -21,8 +21,12 @@
 
 @cindex terminal frame
   When Emacs runs on a text-only terminal, it starts with one
address@hidden frame}.  If you create additional ones, Emacs displays
-one and only one at any given time---on the terminal screen, of course.
address@hidden frame}.  If you create additional frames on the same
+terminal, Emacs displays one and only one at any given time---on that
+terminal screen, of course.  You can create additional frames, either
+text-only or GUI, on other terminals from the same Emacs session.
+(This comes in handy when you connect to the same session from several
+remote locations.)  @c FIXME: Add an xref to multi-tty doc.
 
 @cindex window frame
   When Emacs communicates directly with a supported window system, such
@@ -212,6 +216,9 @@
 parameters @code{foreground-color}, @code{background-color},
 @code{background-mode} and @code{display-type} are also meaningful.
 
+  You can use frame parameters to define frame-local bindings for
+variables.  @xref{Frame-Local Variables}.
+
 @menu
 * Parameter Access::       How to change a frame's parameters.
 * Initial Parameters::    Specifying frame parameters when you make a frame.
@@ -246,6 +253,9 @@
 parameter.  If you don't mention a parameter in @var{alist}, its value
 doesn't change.  If @var{frame} is @code{nil}, it defaults to the selected
 frame.
+
+You can use this function to define frame-local bindings for
+variables, see @ref{Frame-Local Variables}.
 @end defun
 
 @defun modify-all-frames-parameters alist




reply via email to

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