Mercurial > emacs
comparison lisp/cus-start.el @ 103557:f52eb7cf1c20
Add the `recenter-redisplay' variable, and make `recenter' use it.
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1604
author | Miles Bader <miles@gnu.org> |
---|---|
date | Tue, 23 Jun 2009 07:07:45 +0000 |
parents | 364aae6e6402 |
children | 6a4e411bd83b |
comparison
equal
deleted
inserted
replaced
103556:246d16550b8d | 103557:f52eb7cf1c20 |
---|---|
305 (scroll-preserve-screen-position | 305 (scroll-preserve-screen-position |
306 windows (choice | 306 windows (choice |
307 (const :tag "Off (nil)" :value nil) | 307 (const :tag "Off (nil)" :value nil) |
308 (const :tag "Full screen (t)" :value t) | 308 (const :tag "Full screen (t)" :value t) |
309 (other :tag "Always" 1)) "22.1") | 309 (other :tag "Always" 1)) "22.1") |
310 (recenter-redisplay windows | |
311 (choice | |
312 (const :tag "Never (nil)" :value nil) | |
313 (const :tag "Only on ttys" :value tty) | |
314 (other :tag "Always" t)) | |
315 "23.1") | |
310 ;; xdisp.c | 316 ;; xdisp.c |
311 (scroll-step windows integer) | 317 (scroll-step windows integer) |
312 (scroll-conservatively windows integer) | 318 (scroll-conservatively windows integer) |
313 (scroll-margin windows integer) | 319 (scroll-margin windows integer) |
314 (hscroll-margin windows integer "22.1") | 320 (hscroll-margin windows integer "22.1") |