diff options
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/cus-start.el | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/lisp/cus-start.el b/lisp/cus-start.el index a507e30ca9c..117b23debef 100644 --- a/lisp/cus-start.el +++ b/lisp/cus-start.el | |||
| @@ -498,14 +498,16 @@ since it could result in memory overflow and make Emacs crash." | |||
| 498 | (window-combination-limit | 498 | (window-combination-limit |
| 499 | windows (choice | 499 | windows (choice |
| 500 | (const :tag "Never (nil)" :value nil) | 500 | (const :tag "Never (nil)" :value nil) |
| 501 | (const :tag "For Temp Buffer Resize mode (temp-buffer-resize)" | 501 | (const :tag "If requested via buffer display alist (window-size)" |
| 502 | :value window-size) | ||
| 503 | (const :tag "With Temp Buffer Resize mode (temp-buffer-resize)" | ||
| 502 | :value temp-buffer-resize) | 504 | :value temp-buffer-resize) |
| 503 | (const :tag "For temporary buffers (temp-buffer)" | 505 | (const :tag "For temporary buffers (temp-buffer)" |
| 504 | :value temp-buffer) | 506 | :value temp-buffer) |
| 505 | (const :tag "For buffer display (display-buffer)" | 507 | (const :tag "For buffer display (display-buffer)" |
| 506 | :value display-buffer) | 508 | :value display-buffer) |
| 507 | (other :tag "Always (t)" :value t)) | 509 | (other :tag "Always (t)" :value t)) |
| 508 | "24.3") | 510 | "26.1") |
| 509 | (fast-but-imprecise-scrolling scrolling boolean "25.1") | 511 | (fast-but-imprecise-scrolling scrolling boolean "25.1") |
| 510 | (window-resize-pixelwise windows boolean "24.4") | 512 | (window-resize-pixelwise windows boolean "24.4") |
| 511 | ;; xdisp.c | 513 | ;; xdisp.c |