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.h,v [EMACS_22_BASE]


From: Glenn Morris
Subject: [Emacs-diffs] Changes to emacs/src/buffer.h,v [EMACS_22_BASE]
Date: Wed, 08 Aug 2007 07:49:30 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Branch:         EMACS_22_BASE
Changes by:     Glenn Morris <gm>       07/08/08 07:49:21

Index: buffer.h
===================================================================
RCS file: /sources/emacs/emacs/src/buffer.h,v
retrieving revision 1.109.2.1
retrieving revision 1.109.2.2
diff -u -b -r1.109.2.1 -r1.109.2.2
--- buffer.h    25 Jul 2007 05:16:02 -0000      1.109.2.1
+++ buffer.h    8 Aug 2007 07:49:21 -0000       1.109.2.2
@@ -561,7 +561,7 @@
   Lisp_Object filename;
   /* Dir for expanding relative file names.  */
   Lisp_Object directory;
-  /* True iff this buffer has been backed up (if you write to the
+  /* True if this buffer has been backed up (if you write to the
      visited file and it hasn't been backed up, then a backup will
      be made).  */
   /* This isn't really used by the C code, so could be deleted.  */




reply via email to

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