XEmacs 21.2.34 "Molpe".
[chise/xemacs-chise.git] / man / lispref / compile.texi
index 8d92bd0..6feb3e0 100644 (file)
@@ -235,7 +235,7 @@ prevent processing of subsequent files.  (The file that gets the error
 will not, of course, produce any compiled code.)
 
 @example
-% emacs -batch -f batch-byte-compile *.el
+% xemacs -batch -f batch-byte-compile *.el
 @end example
 @end defun