+2009-07-01 Andreas Schwab <aschwab@redhat.com>
+
+ * help.texi (Help Functions): Fix description of help-buffer and
+ help-setup-xref to use @defun instead of @deffn.
+
2009-06-24 Chong Yidong <cyd@stupidchicken.com>
* display.texi (Window Systems): Add ns to the list.
certain documentation and text files that come with Emacs.
@end defvar
-@deffn help-buffer
+@defun help-buffer
This function returns the name of the help buffer, which is normally
@samp{*Help*}; if such a buffer does not exist, it is first created.
-@end deffn
+@end defun
@defmac with-help-window buffer-name body@dots{}
This macro evaluates the @var{body} forms, inserting any output they
scroll the help window.
@end defmac
-@deffn help-setup-xref item interactive-p
+@defun help-setup-xref item interactive-p
This function updates the cross reference data in the @samp{*Help*}
buffer, which is used to regenerate the help information when the user
clicks on the @samp{Back} or @samp{Forward} buttons. Most commands
The @var{interactive-p} argument is non-@code{nil} if the calling
command was invoked interactively; in that case, the stack of items
for the @samp{*Help*} buffer's @samp{Back} buttons is cleared.
-@end deffn
+@end defun
@xref{describe-symbols example}, for an example of using
@code{help-buffer}, @code{with-help-window}, and