diff options
| author | Paul Eggert | 2015-09-01 06:21:25 -0700 |
|---|---|---|
| committer | Paul Eggert | 2015-09-01 06:23:21 -0700 |
| commit | a3c31adea4970b8a7fc7f495e6a6a6d4a93e69ce (patch) | |
| tree | 03058460c897b868eaf281bcf984a3a687667ae3 /src/editfns.c | |
| parent | 447e5890a81f098881aecc099852ace466ef5925 (diff) | |
| download | emacs-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.c | 2 |
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. | |||
| 2156 | You can pass more than 7 arguments; then the first six arguments | 2156 | You can pass more than 7 arguments; then the first six arguments |
| 2157 | are used as SECOND through YEAR, and the *last* argument is used as ZONE. | 2157 | are used as SECOND through YEAR, and the *last* argument is used as ZONE. |
| 2158 | The intervening arguments are ignored. | 2158 | The intervening arguments are ignored. |
| 2159 | This feature lets (apply 'encode-time (decode-time ...)) work. | 2159 | This feature lets (apply \\='encode-time (decode-time ...)) work. |
| 2160 | 2160 | ||
| 2161 | Out-of-range values for SECOND, MINUTE, HOUR, DAY, or MONTH are allowed; | 2161 | Out-of-range values for SECOND, MINUTE, HOUR, DAY, or MONTH are allowed; |
| 2162 | for example, a DAY of 0 means the day preceding the given month. | 2162 | for example, a DAY of 0 means the day preceding the given month. |