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/data.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/data.c')
| -rw-r--r-- | src/data.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/data.c b/src/data.c index 784d127f18a..88c5a309859 100644 --- a/src/data.c +++ b/src/data.c | |||
| @@ -1668,7 +1668,7 @@ this function causes a local value to exist for this buffer, | |||
| 1668 | just as setting the variable would do. | 1668 | just as setting the variable would do. |
| 1669 | 1669 | ||
| 1670 | This function returns VARIABLE, and therefore | 1670 | This function returns VARIABLE, and therefore |
| 1671 | (set (make-local-variable 'VARIABLE) VALUE-EXP) | 1671 | (set (make-local-variable \\='VARIABLE) VALUE-EXP) |
| 1672 | works. | 1672 | works. |
| 1673 | 1673 | ||
| 1674 | See also `make-variable-buffer-local'. | 1674 | See also `make-variable-buffer-local'. |