diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2015-09-16 16:06:29 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2015-09-16 16:07:15 -0700 |
commit | e56096dbb9560b558f74d2b21e21659e221b914c (patch) | |
tree | 90c280db9f383031d44b95cf972357019926c9a1 /admin/coccinelle | |
parent | dc436dd77f70dbc2e294a1fd2d69a332f1413fa5 (diff) | |
download | emacs-e56096dbb9560b558f74d2b21e21659e221b914c.tar.gz |
Minor quoting fixes in scripts and doc
Prefer straight quotes in random script files, as they are not converted.
Prefer grave quotes in a couple of places in the manual that were missed
earlier, as these quotes are converted.
Diffstat (limited to 'admin/coccinelle')
-rw-r--r-- | admin/coccinelle/vector_contents.cocci | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/coccinelle/vector_contents.cocci b/admin/coccinelle/vector_contents.cocci index 3c696ffd237..10b01f2bbd4 100644 --- a/admin/coccinelle/vector_contents.cocci +++ b/admin/coccinelle/vector_contents.cocci @@ -1,4 +1,4 @@ -// Avoid direct access to `contents' member of +// Avoid direct access to 'contents' member of // Lisp_Vector, use AREF and ASET where possible. @expression@ identifier I1, I2; |