From: Chong Yidong Date: Sun, 19 Feb 2012 06:20:23 +0000 (+0800) Subject: Fix typo. X-Git-Tag: emacs-pretest-24.0.94~111 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5d55b248c3d92e48ed5f841463551f56610c754e;p=emacs.git Fix typo. --- diff --git a/doc/lispref/help.texi b/doc/lispref/help.texi index cb853f82a7c..a98797f3618 100644 --- a/doc/lispref/help.texi +++ b/doc/lispref/help.texi @@ -526,7 +526,7 @@ definition as a function, variable, or face, or has properties. The function returns a list of elements that look like this: @example -(@var{symbol} @var{score} @var{functionn-doc} @var{variable-doc} +(@var{symbol} @var{score} @var{function-doc} @var{variable-doc} @var{plist-doc} @var{widget-doc} @var{face-doc} @var{group-doc}) @end example