aboutsummaryrefslogtreecommitdiffstats
path: root/src/buffer.c
diff options
context:
space:
mode:
authorPaul Eggert2017-10-09 22:53:19 -0700
committerPaul Eggert2017-10-09 22:55:06 -0700
commit5d51403ceb9b86a1bfa66f00c7af39f1200e65f1 (patch)
tree66e10eb5d1a72390812ac8e71f4dc1dc2c7d6ba3 /src/buffer.c
parent0d004ed01abb5fa025bdc9d58fce2a3abff0b6a4 (diff)
downloademacs-5d51403ceb9b86a1bfa66f00c7af39f1200e65f1.tar.gz
emacs-5d51403ceb9b86a1bfa66f00c7af39f1200e65f1.zip
; Typo fixes, mostly repeated words
Diffstat (limited to 'src/buffer.c')
-rw-r--r--src/buffer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/buffer.c b/src/buffer.c
index 76670b89545..cc6021bfb5d 100644
--- a/src/buffer.c
+++ b/src/buffer.c
@@ -6054,7 +6054,7 @@ and is the visited file's modification time, as of that time. If the
6054modification time of the most recent save is different, this entry is 6054modification time of the most recent save is different, this entry is
6055obsolete. 6055obsolete.
6056 6056
6057An entry (t . 0) means means the buffer was previously unmodified but 6057An entry (t . 0) means the buffer was previously unmodified but
6058its time stamp was unknown because it was not associated with a file. 6058its time stamp was unknown because it was not associated with a file.
6059An entry (t . -1) is similar, except that it means the buffer's visited 6059An entry (t . -1) is similar, except that it means the buffer's visited
6060file did not exist. 6060file did not exist.