aboutsummaryrefslogtreecommitdiffstats
path: root/lispref/frames.texi
diff options
context:
space:
mode:
authorMiles Bader2006-10-15 02:54:13 +0000
committerMiles Bader2006-10-15 02:54:13 +0000
commitbb9c4b4f8b3dcd1b5fc96d2d0275cc532832fbd6 (patch)
tree8c4ae9640abcb8f33326e96e661f711417e5307c /lispref/frames.texi
parent5be4d5336db8be316100a5b80ee8c5e428438b9e (diff)
parent92edaeeda5c362acf2c7e7f72b3666ab7673699a (diff)
downloademacs-bb9c4b4f8b3dcd1b5fc96d2d0275cc532832fbd6.tar.gz
emacs-bb9c4b4f8b3dcd1b5fc96d2d0275cc532832fbd6.zip
Merge from emacs--devo--0
Patches applied: * emacs--devo--0 (patch 460-475) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 145-152) - Merge from emacs--devo--0 - Update from CVS Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-118
Diffstat (limited to 'lispref/frames.texi')
-rw-r--r--lispref/frames.texi3
1 files changed, 2 insertions, 1 deletions
diff --git a/lispref/frames.texi b/lispref/frames.texi
index 0f243135cbb..617a2a1d05d 100644
--- a/lispref/frames.texi
+++ b/lispref/frames.texi
@@ -899,7 +899,8 @@ frame is redisplayed.
899@defvar frame-title-format 899@defvar frame-title-format
900This variable specifies how to compute a name for a frame when you have 900This variable specifies how to compute a name for a frame when you have
901not explicitly specified one. The variable's value is actually a mode 901not explicitly specified one. The variable's value is actually a mode
902line construct, just like @code{mode-line-format}. @xref{Mode Line 902line construct, just like @code{mode-line-format}, except that the
903@samp{%c} and @samp{%l} constructs are ignored. @xref{Mode Line
903Data}. 904Data}.
904@end defvar 905@end defvar
905 906