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/dired.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/dired.c')
| -rw-r--r-- | src/dired.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dired.c b/src/dired.c index e70f136d0cc..97736673f5d 100644 --- a/src/dired.c +++ b/src/dired.c | |||
| @@ -816,7 +816,7 @@ DEFUN ("file-attributes", Ffile_attributes, Sfile_attributes, 1, 2, 0, | |||
| 816 | Value is nil if specified file cannot be opened. | 816 | Value is nil if specified file cannot be opened. |
| 817 | 817 | ||
| 818 | ID-FORMAT specifies the preferred format of attributes uid and gid (see | 818 | ID-FORMAT specifies the preferred format of attributes uid and gid (see |
| 819 | below) - valid values are 'string and 'integer. The latter is the | 819 | below) - valid values are `string' and `integer'. The latter is the |
| 820 | default, but we plan to change that, so you should specify a non-nil value | 820 | default, but we plan to change that, so you should specify a non-nil value |
| 821 | for ID-FORMAT if you use the returned uid or gid. | 821 | for ID-FORMAT if you use the returned uid or gid. |
| 822 | 822 | ||