emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs/doc/lispref ChangeLog help.texi [EMACS_23_1_RC]


From: Andreas Schwab
Subject: [Emacs-diffs] emacs/doc/lispref ChangeLog help.texi [EMACS_23_1_RC]
Date: Wed, 01 Jul 2009 14:58:44 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Branch:         EMACS_23_1_RC
Changes by:     Andreas Schwab <schwab> 09/07/01 14:58:44

Modified files:
        doc/lispref    : ChangeLog help.texi 

Log message:
        (Help Functions): Fix description of help-buffer and
        help-setup-xref to use @defun instead of @deffn.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/doc/lispref/ChangeLog?cvsroot=emacs&only_with_tag=EMACS_23_1_RC&r1=1.290.2.1&r2=1.290.2.2
http://cvs.savannah.gnu.org/viewcvs/emacs/doc/lispref/help.texi?cvsroot=emacs&only_with_tag=EMACS_23_1_RC&r1=1.11&r2=1.11.2.1

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/emacs/emacs/doc/lispref/ChangeLog,v
retrieving revision 1.290.2.1
retrieving revision 1.290.2.2
diff -u -b -r1.290.2.1 -r1.290.2.2
--- ChangeLog   24 Jun 2009 20:54:09 -0000      1.290.2.1
+++ ChangeLog   1 Jul 2009 14:58:44 -0000       1.290.2.2
@@ -1,3 +1,8 @@
+2009-07-01  Andreas Schwab  <address@hidden>
+
+       * help.texi (Help Functions): Fix description of help-buffer and
+       help-setup-xref to use @defun instead of @deffn.
+
 2009-06-24  Chong Yidong  <address@hidden>
 
        * display.texi (Window Systems): Add ns to the list.

Index: help.texi
===================================================================
RCS file: /sources/emacs/emacs/doc/lispref/help.texi,v
retrieving revision 1.11
retrieving revision 1.11.2.1
diff -u -b -r1.11 -r1.11.2.1
--- help.texi   21 May 2009 15:31:33 -0000      1.11
+++ help.texi   1 Jul 2009 14:58:44 -0000       1.11.2.1
@@ -637,10 +637,10 @@
 certain documentation and text files that come with Emacs.
 @end defvar
 
address@hidden help-buffer
address@hidden 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.
address@hidden deffn
address@hidden defun
 
 @defmac with-help-window buffer-name address@hidden
 This macro evaluates the @var{body} forms, inserting any output they
@@ -652,7 +652,7 @@
 scroll the help window.
 @end defmac
 
address@hidden help-setup-xref item interactive-p
address@hidden 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 address@hidden 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.
address@hidden deffn
address@hidden defun
 
 @xref{describe-symbols example}, for an example of using
 @code{help-buffer}, @code{with-help-window}, and




reply via email to

[Prev in Thread] Current Thread [Next in Thread]