aboutsummaryrefslogtreecommitdiffstats
path: root/src/editfns.c
diff options
context:
space:
mode:
authorPaul Eggert2015-09-01 06:21:25 -0700
committerPaul Eggert2015-09-01 06:23:21 -0700
commita3c31adea4970b8a7fc7f495e6a6a6d4a93e69ce (patch)
tree03058460c897b868eaf281bcf984a3a687667ae3 /src/editfns.c
parent447e5890a81f098881aecc099852ace466ef5925 (diff)
downloademacs-a3c31adea4970b8a7fc7f495e6a6a6d4a93e69ce.tar.gz
emacs-a3c31adea4970b8a7fc7f495e6a6a6d4a93e69ce.zip
Docstring fixes re quotes in C code
Fix some docstring quoting problems, mostly by escaping apostrophe.
Diffstat (limited to 'src/editfns.c')
-rw-r--r--src/editfns.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/editfns.c b/src/editfns.c
index a85c9e79d4e..e7d5dd89e51 100644
--- a/src/editfns.c
+++ b/src/editfns.c
@@ -2156,7 +2156,7 @@ applied without consideration for daylight saving time.
2156You can pass more than 7 arguments; then the first six arguments 2156You can pass more than 7 arguments; then the first six arguments
2157are used as SECOND through YEAR, and the *last* argument is used as ZONE. 2157are used as SECOND through YEAR, and the *last* argument is used as ZONE.
2158The intervening arguments are ignored. 2158The intervening arguments are ignored.
2159This feature lets (apply 'encode-time (decode-time ...)) work. 2159This feature lets (apply \\='encode-time (decode-time ...)) work.
2160 2160
2161Out-of-range values for SECOND, MINUTE, HOUR, DAY, or MONTH are allowed; 2161Out-of-range values for SECOND, MINUTE, HOUR, DAY, or MONTH are allowed;
2162for example, a DAY of 0 means the day preceding the given month. 2162for example, a DAY of 0 means the day preceding the given month.