Mercurial > emacs
changeset 98755:9fdc192b2742
(Creating Frames): Fix typo in last change.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Wed, 15 Oct 2008 16:57:37 +0000 |
parents | f5a1272cc7f5 |
children | 334ff3a14b32 |
files | doc/lispref/frames.texi |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/doc/lispref/frames.texi Wed Oct 15 16:50:00 2008 +0000 +++ b/doc/lispref/frames.texi Wed Oct 15 16:57:37 2008 +0000 @@ -274,7 +274,7 @@ @end defun @defun set-frame-parameter frame parm value -This function sets the the frame parameter @var{parm} to the specified +This function sets the frame parameter @var{parm} to the specified @var{value}. If @var{frame} is @code{nil}, it defaults to the selected frame. @end defun