From: Reiner Steib Date: Tue, 2 May 2006 12:32:57 +0000 (+0000) Subject: (command-line-1): Refer to Lisp manual when X-Git-Tag: emacs-pretest-22.0.90~2846 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4f308f7304c763b5a4b581716515e9a6ce9cec33;p=emacs.git (command-line-1): Refer to Lisp manual when pure-space-overflow occurs. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 3269c5a7266..448e319cfc4 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,8 @@ 2006-05-02 Reiner Steib + * startup.el (command-line-1): Refer to Lisp manual when + pure-space-overflow occurs. + * files.el (byte-compile-dynamic) (byte-compile-dynamic-docstrings, byte-compile-warnings) (find-file-visit-truename, indent-tabs-mode, left-margin) diff --git a/lisp/startup.el b/lisp/startup.el index 470ffd7745c..8369ecddd42 100644 --- a/lisp/startup.el +++ b/lisp/startup.el @@ -1620,7 +1620,7 @@ normal otherwise." (not noninteractive)) (display-warning 'initialization - "Building Emacs overflowed pure space." + "Building Emacs overflowed pure space. See \"(elisp)Building Emacs\" for more information." ;; FIXME: Tell the user what kind of problems are possible and how to fix ;; the overflow. :warning))