aboutsummaryrefslogtreecommitdiffstats
path: root/src/dired.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/dired.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/dired.c')
-rw-r--r--src/dired.c2
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,
816Value is nil if specified file cannot be opened. 816Value is nil if specified file cannot be opened.
817 817
818ID-FORMAT specifies the preferred format of attributes uid and gid (see 818ID-FORMAT specifies the preferred format of attributes uid and gid (see
819below) - valid values are 'string and 'integer. The latter is the 819below) - valid values are `string' and `integer'. The latter is the
820default, but we plan to change that, so you should specify a non-nil value 820default, but we plan to change that, so you should specify a non-nil value
821for ID-FORMAT if you use the returned uid or gid. 821for ID-FORMAT if you use the returned uid or gid.
822 822