diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2011-11-20 04:48:53 +0100 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2011-11-20 04:48:53 +0100 |
commit | cd1181dbece7f23a801ce9c56b985f9466cd6511 (patch) | |
tree | 59d07d411c4de52f8e100fc1d71dbadd9095d1b2 /doc/lispref/help.texi | |
parent | 17e845af732cf7bd0ada49375f014e10deb3d06a (diff) | |
download | emacs-cd1181dbece7f23a801ce9c56b985f9466cd6511.tar.gz emacs-cd1181dbece7f23a801ce9c56b985f9466cd6511.tar.bz2 emacs-cd1181dbece7f23a801ce9c56b985f9466cd6511.zip |
Fix typos.
Diffstat (limited to 'doc/lispref/help.texi')
-rw-r--r-- | doc/lispref/help.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lispref/help.texi b/doc/lispref/help.texi index 0ce05d55a07..3426e81cdb3 100644 --- a/doc/lispref/help.texi +++ b/doc/lispref/help.texi @@ -653,7 +653,7 @@ buffer, which is used to regenerate the help information when the user clicks on the @samp{Back} or @samp{Forward} buttons. Most commands that use the @samp{*Help*} buffer should invoke this function before clearing the buffer. The @var{item} argument should have the form -@code{(@var{funtion} . @var{args})}, where @var{funtion} is a function +@code{(@var{function} . @var{args})}, where @var{function} is a function to call, with argument list @var{args}, to regenerate the help buffer. The @var{interactive-p} argument is non-@code{nil} if the calling command was invoked interactively; in that case, the stack of items |