aboutsummaryrefslogtreecommitdiffstats
path: root/src/buffer.c
diff options
context:
space:
mode:
authorRichard M. Stallman2003-04-16 05:07:38 +0000
committerRichard M. Stallman2003-04-16 05:07:38 +0000
commitc87426c59712ce4ea5a16ccf7fba96f65b3e7cc4 (patch)
treeeeda698d02625e4f4ccbf709f340516304471f6e /src/buffer.c
parent872d74eb4370f37b8cc2d51cc873a073ee175a45 (diff)
downloademacs-c87426c59712ce4ea5a16ccf7fba96f65b3e7cc4.tar.gz
emacs-c87426c59712ce4ea5a16ccf7fba96f65b3e7cc4.zip
(Foverlay_recenter): Doc fix.
Diffstat (limited to 'src/buffer.c')
-rw-r--r--src/buffer.c4
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
3946DEFUN ("overlay-recenter", Foverlay_recenter, Soverlay_recenter, 1, 1, 0, 3946DEFUN ("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.
3948That makes overlay lookup faster for positions near POS (but perhaps slower
3949for positions far away from POS). */)
3948 (pos) 3950 (pos)
3949 Lisp_Object pos; 3951 Lisp_Object pos;
3950{ 3952{