]> git.eshelyaron.com Git - emacs.git/commitdiff
* display.texi (Displaying Messages): Add anchor.
authorNick Roberts <nickrob@snap.net.nz>
Thu, 13 Jul 2006 23:43:20 +0000 (23:43 +0000)
committerNick Roberts <nickrob@snap.net.nz>
Thu, 13 Jul 2006 23:43:20 +0000 (23:43 +0000)
* frames.texi (Dialog Boxes): Use it.

lispref/display.texi
lispref/frames.texi

index 701957c8ad586b0b49ca97d715dc3111fbefcdfe..5687091a31f30818b30460d11a4c67db47d41213 100644 (file)
@@ -279,6 +279,7 @@ You can force use of the mouse or of the echo area by binding
 @end defun
 
 @defun message-box format-string &rest arguments
+@anchor{message-box}
 This function displays a message like @code{message}, but uses a dialog
 box (or a pop-up menu) whenever that is possible.  If it is impossible
 to use a dialog box or pop-up menu, because the terminal does not
index 51d83de8d94eb8accb65d5348056d82a12b049b7..6652c0d6eb7e6025067351e6b67c26678af5e344 100644 (file)
@@ -1557,7 +1557,7 @@ window don't matter; only the frame matters.
 
 If @var{header} is non-@code{nil}, the frame title for the box is
 @samp{Information}, otherwise it is @samp{Question}.  The former is used
-for @code{message-box} (@pxref{The Echo Area}).
+for @code{message-box} (@pxref{message-box}).
 
 In some configurations, Emacs cannot display a real dialog box; so
 instead it displays the same items in a pop-up menu in the center of the