diff options
Diffstat (limited to 'src/doc.c')
| -rw-r--r-- | src/doc.c | 4 |
1 files changed, 1 insertions, 3 deletions
| @@ -511,9 +511,7 @@ aren't strings. */) | |||
| 511 | 511 | ||
| 512 | static void | 512 | static void |
| 513 | store_function_docstring (Lisp_Object fun, EMACS_INT offset) | 513 | store_function_docstring (Lisp_Object fun, EMACS_INT offset) |
| 514 | 514 | /* Use EMACS_INT because we get offset from pointer subtraction. */ | |
| 515 | /* Use EMACS_INT because we get this from pointer subtraction. */ | ||
| 516 | |||
| 517 | { | 515 | { |
| 518 | fun = indirect_function (fun); | 516 | fun = indirect_function (fun); |
| 519 | 517 | ||