diff options
| author | Gerd Moellmann | 2000-10-17 12:10:40 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2000-10-17 12:10:40 +0000 |
| commit | d3c5bad2624c40196ff93bdaabdafc71744723e0 (patch) | |
| tree | e9a629138575288b73818a6e9e83c10fe5c643be | |
| parent | 12a7227188aaec7bde61891617d6839edbabcf62 (diff) | |
| download | emacs-d3c5bad2624c40196ff93bdaabdafc71744723e0.tar.gz emacs-d3c5bad2624c40196ff93bdaabdafc71744723e0.zip | |
(fancy-splash-text): Realign the text.
| -rw-r--r-- | lisp/startup.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/startup.el b/lisp/startup.el index e4d1e8f7f31..b2e03e2ab4e 100644 --- a/lisp/startup.el +++ b/lisp/startup.el | |||
| @@ -872,8 +872,8 @@ Emacs FAQ Frequently asked questions and answers | |||
| 872 | :face (variable-pitch :slant oblique) | 872 | :face (variable-pitch :slant oblique) |
| 873 | "ABSOLUTELY NO WARRANTY\n" | 873 | "ABSOLUTELY NO WARRANTY\n" |
| 874 | :face variable-pitch | 874 | :face variable-pitch |
| 875 | "Copying Conditions Conditions for redistributing and \ | 875 | "\ |
| 876 | changing Emacs\n")) | 876 | Copying Conditions Conditions for redistributing and changing Emacs\n")) |
| 877 | "A list of texts to show in the middle part of splash screens. | 877 | "A list of texts to show in the middle part of splash screens. |
| 878 | Each element in the list should be a list of strings or pairs | 878 | Each element in the list should be a list of strings or pairs |
| 879 | `:face FACE', like `fancy-splash-insert' accepts them.") | 879 | `:face FACE', like `fancy-splash-insert' accepts them.") |