Japanese translation of message catalog for Sawfish Window-Manager
Revision | 409537f353f26d2e21edc0be986e4abb4ef985f4 (tree) |
---|---|
Zeit | 2011-03-01 13:35:47 |
Autor | Teika kazura <teika@lava...> |
Commiter | Teika kazura |
Minor doc.
@@ -378,7 +378,8 @@ | ||
378 | 378 | |
379 | 379 | ;; (defvar-setq error-destination 'standard-error |
380 | 380 | ;; "Where to display error messages; one of nowhere, screen, |
381 | -;;standard-error or both") | |
381 | +;;standard-error or both. By default, an error during the | |
382 | +;;initialization, i.e., `~/.sawfish/rc' is printed to both.") | |
382 | 383 | |
383 | 384 | ;; tooltips options |
384 | 385 |
@@ -38,6 +38,8 @@ | ||
38 | 38 | :type boolean |
39 | 39 | :group misc) |
40 | 40 | |
41 | + ;; By default, an error during ~/.sawfish/rc is printed to both, | |
42 | + ;; and after that, only to standard-error. | |
41 | 43 | (defcustom error-destination 'standard-error |
42 | 44 | "Display error messages to: \\w" |
43 | 45 | :type (choice nowhere screen standard-error both) |
@@ -55,6 +55,8 @@ install : all installdirs | ||
55 | 55 | fi \ |
56 | 56 | done \ |
57 | 57 | done |
58 | + @# Don't use tar for StyleTab. It's not compression, but tar | |
59 | + @# itself slows in librep. | |
58 | 60 | cd $(DESTDIR)$(themedir) && tar xf StyleTab.tar.gz && rm StyleTab.tar.gz |
59 | 61 | |
60 | 62 | installdirs : mkinstalldirs |
@@ -120,6 +120,9 @@ | ||
120 | 120 | (let ((type-list ;; ":type" in defcustom |
121 | 121 | (append '(v-and) |
122 | 122 | (make-list 10 |
123 | + ;; Here, `list' is necessary. If you | |
124 | + ;; replace it with a quote, the configurator | |
125 | + ;; crashes. | |
123 | 126 | (list 'v-and '(choice \(none\) close menu maximize minimize shade sticky space send-to-prev |
124 | 127 | send-to-next lock raise-lower move-resize rename frame-type) |
125 | 128 | '(boolean "Also show in transients")))))) |