diff options
author | Reiner Steib <Reiner.Steib@gmx.de> | 2006-05-05 14:05:54 +0000 |
---|---|---|
committer | Reiner Steib <Reiner.Steib@gmx.de> | 2006-05-05 14:05:54 +0000 |
commit | 2dca98f3f5a898724d2818e4a03b9c153f3d7d4b (patch) | |
tree | e040a4cbf5a8c980778a9bfdcb69fb49ed69a182 /lisp/startup.el | |
parent | 3dfed6538787f747b1f76a90cae5e2ddce7352f5 (diff) | |
download | emacs-2dca98f3f5a898724d2818e4a03b9c153f3d7d4b.tar.gz |
(command-line-1): Refer to "Pure Storage" on
pure-space-overflow.
Diffstat (limited to 'lisp/startup.el')
-rw-r--r-- | lisp/startup.el | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lisp/startup.el b/lisp/startup.el index a0f73a81e4a..396da18cb41 100644 --- a/lisp/startup.el +++ b/lisp/startup.el @@ -1633,9 +1633,7 @@ normal otherwise." (not noninteractive)) (display-warning 'initialization - "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. + "Building Emacs overflowed pure space. (See the node Pure Storage in the Lisp manual for details.)" :warning)) (when command-line-args-left |