From: Eli Zaretskii Date: Wed, 15 Oct 2008 16:57:37 +0000 (+0000) Subject: (Creating Frames): Fix typo in last change. X-Git-Tag: emacs-pretest-23.0.90~2460 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3c1f461958b0a507b9841fbfe5999732034160d2;p=emacs.git (Creating Frames): Fix typo in last change. --- diff --git a/doc/lispref/frames.texi b/doc/lispref/frames.texi index 4f9686a36ec..aea62effcdb 100644 --- a/doc/lispref/frames.texi +++ b/doc/lispref/frames.texi @@ -274,7 +274,7 @@ variables, see @ref{Frame-Local Variables}. @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