summaryrefslogtreecommitdiff
path: root/lib-src
diff options
context:
space:
mode:
authorPaul Eggert <eggert@twinsun.com>1997-05-11 18:43:55 +0000
committerPaul Eggert <eggert@twinsun.com>1997-05-11 18:43:55 +0000
commit361f509c2cd3c4146f232c55f00ff8a7ee4ed438 (patch)
treebe3f5ac7487ec423bed48c2c3949caa63e1f8da8 /lib-src
parentd4071fd32364d08d151ec1788780fb0a60fa6d8d (diff)
downloademacs-361f509c2cd3c4146f232c55f00ff8a7ee4ed438.tar.gz
Doc fix: CR is \015, not \013.
Diffstat (limited to 'lib-src')
-rw-r--r--lib-src/=rcs2log4
-rwxr-xr-xlib-src/rcs2log4
2 files changed, 4 insertions, 4 deletions
diff --git a/lib-src/=rcs2log b/lib-src/=rcs2log
index 70b0eb4e145..a983b53a6ec 100644
--- a/lib-src/=rcs2log
+++ b/lib-src/=rcs2log
@@ -28,7 +28,7 @@ Options:
Report bugs to <bug-gnu-emacs@prep.ai.mit.edu>.'
-Id='$Id: rcs2log,v 1.37 1997/03/21 22:12:24 eggert Exp eggert $'
+Id='$Id: rcs2log,v 1.38 1997/03/23 18:46:03 eggert Exp eggert $'
# Copyright 1992, 1993, 1994, 1995, 1996, 1997 Free Software Foundation, Inc.
@@ -545,7 +545,7 @@ $AWK '
logTZ = "'"$logTZ"'"
revision = "'"$revision"'"
- # Some awk variants do not understand "\r" or "\013", so we have to
+ # Some awk variants do not understand "\r" or "\015", so we have to
# put a carriage return directly in the file.
CR=" " # <-- There is a single CR between the " chars here.
diff --git a/lib-src/rcs2log b/lib-src/rcs2log
index 70b0eb4e145..a983b53a6ec 100755
--- a/lib-src/rcs2log
+++ b/lib-src/rcs2log
@@ -28,7 +28,7 @@ Options:
Report bugs to <bug-gnu-emacs@prep.ai.mit.edu>.'
-Id='$Id: rcs2log,v 1.37 1997/03/21 22:12:24 eggert Exp eggert $'
+Id='$Id: rcs2log,v 1.38 1997/03/23 18:46:03 eggert Exp eggert $'
# Copyright 1992, 1993, 1994, 1995, 1996, 1997 Free Software Foundation, Inc.
@@ -545,7 +545,7 @@ $AWK '
logTZ = "'"$logTZ"'"
revision = "'"$revision"'"
- # Some awk variants do not understand "\r" or "\013", so we have to
+ # Some awk variants do not understand "\r" or "\015", so we have to
# put a carriage return directly in the file.
CR=" " # <-- There is a single CR between the " chars here.