# HG changeset patch # User Andreas Schwab # Date 1246459948 0 # Node ID 3337a01621b2ef08ed003363c1c23be3352369d3 # Parent 340c701162a681c6dea148001579705c94494685 (Help Functions): Fix description of help-buffer and help-setup-xref to use @defun instead of @deffn. diff -r 340c701162a6 -r 3337a01621b2 doc/lispref/ChangeLog --- a/doc/lispref/ChangeLog Wed Jul 01 14:02:27 2009 +0000 +++ b/doc/lispref/ChangeLog Wed Jul 01 14:52:28 2009 +0000 @@ -1,3 +1,8 @@ +2009-07-01 Andreas Schwab + + * help.texi (Help Functions): Fix description of help-buffer and + help-setup-xref to use @defun instead of @deffn. + 2009-07-01 Jan Djärv * frames.texi (Size Parameters): Mention maximized for fullscreen. diff -r 340c701162a6 -r 3337a01621b2 doc/lispref/help.texi --- a/doc/lispref/help.texi Wed Jul 01 14:02:27 2009 +0000 +++ b/doc/lispref/help.texi Wed Jul 01 14:52:28 2009 +0000 @@ -637,10 +637,10 @@ 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 @@ -652,7 +652,7 @@ 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 @@ -663,7 +663,7 @@ 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