emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/buffer.c,v [EMACS_22_BASE]


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/src/buffer.c,v [EMACS_22_BASE]
Date: Wed, 19 Sep 2007 13:20:47 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Branch:         EMACS_22_BASE
Changes by:     Richard M. Stallman <rms>       07/09/19 13:20:47

Index: buffer.c
===================================================================
RCS file: /cvsroot/emacs/emacs/src/buffer.c,v
retrieving revision 1.526.2.3
retrieving revision 1.526.2.4
diff -u -b -r1.526.2.3 -r1.526.2.4
--- buffer.c    25 Jul 2007 05:16:03 -0000      1.526.2.3
+++ buffer.c    19 Sep 2007 13:20:46 -0000      1.526.2.4
@@ -3937,7 +3937,7 @@
 
 
 DEFUN ("overlays-at", Foverlays_at, Soverlays_at, 1, 1, 0,
-       doc: /* Return a list of the overlays that contain position POS.  */)
+       doc: /* Return a list of the overlays that contain the character at 
POS.  */)
      (pos)
      Lisp_Object pos;
 {




reply via email to

[Prev in Thread] Current Thread [Next in Thread]