diff options
| author | Richard M. Stallman | 2003-04-16 05:07:38 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2003-04-16 05:07:38 +0000 |
| commit | c87426c59712ce4ea5a16ccf7fba96f65b3e7cc4 (patch) | |
| tree | eeda698d02625e4f4ccbf709f340516304471f6e /src/buffer.c | |
| parent | 872d74eb4370f37b8cc2d51cc873a073ee175a45 (diff) | |
| download | emacs-c87426c59712ce4ea5a16ccf7fba96f65b3e7cc4.tar.gz emacs-c87426c59712ce4ea5a16ccf7fba96f65b3e7cc4.zip | |
(Foverlay_recenter): Doc fix.
Diffstat (limited to 'src/buffer.c')
| -rw-r--r-- | src/buffer.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/buffer.c b/src/buffer.c index b0497c71692..d45c8d70ce5 100644 --- a/src/buffer.c +++ b/src/buffer.c | |||
| @@ -3944,7 +3944,9 @@ However, the overlays you get are the real objects that the buffer uses. */) | |||
| 3944 | } | 3944 | } |
| 3945 | 3945 | ||
| 3946 | DEFUN ("overlay-recenter", Foverlay_recenter, Soverlay_recenter, 1, 1, 0, | 3946 | DEFUN ("overlay-recenter", Foverlay_recenter, Soverlay_recenter, 1, 1, 0, |
| 3947 | doc: /* Recenter the overlays of the current buffer around position POS. */) | 3947 | doc: /* Recenter the overlays of the current buffer around position POS. |
| 3948 | That makes overlay lookup faster for positions near POS (but perhaps slower | ||
| 3949 | for positions far away from POS). */) | ||
| 3948 | (pos) | 3950 | (pos) |
| 3949 | Lisp_Object pos; | 3951 | Lisp_Object pos; |
| 3950 | { | 3952 | { |