]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix typo.
authorChong Yidong <cyd@gnu.org>
Sun, 19 Feb 2012 06:20:23 +0000 (14:20 +0800)
committerChong Yidong <cyd@gnu.org>
Sun, 19 Feb 2012 06:20:23 +0000 (14:20 +0800)
doc/lispref/help.texi

index cb853f82a7ccbe6af7eaa7323c978b7aff54aa21..a98797f361855d92d637da7a3eab0c67806705f1 100644 (file)
@@ -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