(J90-7023): Unify JIS X 0208:1978 and 1983 code points.
[chise/xemacs-chise.git] / info / lispref.info-38
index 85d95e3..b0dade8 100644 (file)
@@ -480,10 +480,10 @@ The Echo Area
 `message' primitive, and for echoing keystrokes.  It is not the same as
 the minibuffer, despite the fact that the minibuffer appears (when
 active) in the same place on the screen as the echo area.  The `XEmacs
-Reference Manual' specifies the rules for resolving conflicts between
-the echo area and the minibuffer for use of that screen space (*note
-The Minibuffer: (emacs)Minibuffer.).  Error messages appear in the echo
-area; see *Note Errors::.
+Lisp Reference Manual' specifies the rules for resolving conflicts
+between the echo area and the minibuffer for use of that screen space
+(*note The Minibuffer: (xemacs)Minibuffer.).  Error messages appear in
+the echo area; see *Note Errors::.
 
    You can write output in the echo area by using the Lisp printing
 functions with `t' as the stream (*note Output Functions::), or as