]> code.delx.au - gnu-emacs/blobdiff - doc/lispref/help.texi
lispref/markers.texi small change
[gnu-emacs] / doc / lispref / help.texi
index cb853f82a7ccbe6af7eaa7323c978b7aff54aa21..537514d7fb99579500203258b6964f2fafe216e9 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
 
@@ -636,6 +636,7 @@ in the minibuffer with the message @samp{Help (Type ? for further
 options)}, and then provides assistance in finding out what the key
 bindings are, and what the mode is intended for.  It returns @code{nil}.
 
+@vindex Helper-help-map
 This can be customized by changing the map @code{Helper-help-map}.
 @end deffn