]> git.eshelyaron.com Git - emacs.git/commitdiff
(Creating Frames): Fix typo in last change.
authorEli Zaretskii <eliz@gnu.org>
Wed, 15 Oct 2008 16:57:37 +0000 (16:57 +0000)
committerEli Zaretskii <eliz@gnu.org>
Wed, 15 Oct 2008 16:57:37 +0000 (16:57 +0000)
doc/lispref/frames.texi

index 4f9686a36ecf40c438aa2edea2f4128e17aa4f47..aea62effcdb82872ea7f1b8e0eea1c111cd7fbc9 100644 (file)
@@ -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