bug#3614: 23.0.94; typo widget-texi-typo
MON KEY <[email protected]>
| Newsgroups | gmane.emacs.bugs,gmane.emacs.pretest.bugs |
|---|---|
| Message-ID | <[email protected]> |
Is use of 'overwrite' correct here?
Seems like a typo/error.
s_P
;;; ==============================
*** ../emacs-23.0.94/doc/misc/widget_.texi 2009-06-18 18:09:30.000000000 -0400
--- ../emacs-23.0.94/doc/misc/widget.texi 2009-05-14 16:42:11.000000000 -0400
***************
*** 422,428 ****
Create and return a widget of type @var{type}.
The syntax for the @var{type} argument is described in @ref{Basic Types}.
! The keyword arguments can be used to override the keyword arguments
that are part of @var{type}.
@end defun
--- 422,428 ----
Create and return a widget of type @var{type}.
The syntax for the @var{type} argument is described in @ref{Basic Types}.
! The keyword arguments can be used to overwrite the keyword arguments
that are part of @var{type}.
@end defun