]> code.delx.au - gnu-emacs/blobdiff - test/manual/etags/c-src/emacs/src/lisp.h
-
[gnu-emacs] / test / manual / etags / c-src / emacs / src / lisp.h
index 0fb068d1a2c3c7df12cbc7e6b55b01131a363c2f..96c52c0469147179e8f2db6bc57bbbf7e656213c 100644 (file)
@@ -2005,7 +2005,7 @@ struct Lisp_Marker
   /* For markers that point somewhere,
      this is used to chain of all the markers in a given buffer.  */
   /* We could remove it and use an array in buffer_text instead.
-     That would also allow to preserve it ordered.  */
+     That would also allow us to preserve it ordered.  */
   struct Lisp_Marker *next;
   /* This is the char position where the marker points.  */
   ptrdiff_t charpos;