aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src
diff options
context:
space:
mode:
authorPaul Eggert1997-05-11 18:43:55 +0000
committerPaul Eggert1997-05-11 18:43:55 +0000
commit8726160d7ee3e2b9080e40d85e0e234a078b3098 (patch)
treee584cdd03d8f38ab92e91751fc8a8db2b94561da /lib-src
parent839c87f2e92d7989e81fa7d69dc245257c9a933f (diff)
downloademacs-8726160d7ee3e2b9080e40d85e0e234a078b3098.tar.gz
emacs-8726160d7ee3e2b9080e40d85e0e234a078b3098.zip
Doc fix: CR is \015, not \013.
Diffstat (limited to 'lib-src')
-rwxr-xr-xlib-src/rcs2log4
1 files changed, 2 insertions, 2 deletions
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:
28 28
29Report bugs to <bug-gnu-emacs@prep.ai.mit.edu>.' 29Report bugs to <bug-gnu-emacs@prep.ai.mit.edu>.'
30 30
31Id='$Id: rcs2log,v 1.37 1997/03/21 22:12:24 eggert Exp eggert $' 31Id='$Id: rcs2log,v 1.38 1997/03/23 18:46:03 eggert Exp eggert $'
32 32
33# Copyright 1992, 1993, 1994, 1995, 1996, 1997 Free Software Foundation, Inc. 33# Copyright 1992, 1993, 1994, 1995, 1996, 1997 Free Software Foundation, Inc.
34 34
@@ -545,7 +545,7 @@ $AWK '
545 logTZ = "'"$logTZ"'" 545 logTZ = "'"$logTZ"'"
546 revision = "'"$revision"'" 546 revision = "'"$revision"'"
547 547
548 # Some awk variants do not understand "\r" or "\013", so we have to 548 # Some awk variants do not understand "\r" or "\015", so we have to
549 # put a carriage return directly in the file. 549 # put a carriage return directly in the file.
550 CR=" " # <-- There is a single CR between the " chars here. 550 CR=" " # <-- There is a single CR between the " chars here.
551 551