diff options
Diffstat (limited to 'src/doc.c')
| -rw-r--r-- | src/doc.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -472,7 +472,7 @@ store_function_docstring (Lisp_Object obj, EMACS_INT offset) | |||
| 472 | { | 472 | { |
| 473 | /* Don't use indirect_function here, or defaliases will apply their | 473 | /* Don't use indirect_function here, or defaliases will apply their |
| 474 | docstrings to the base functions (Bug#2603). */ | 474 | docstrings to the base functions (Bug#2603). */ |
| 475 | Lisp_Object fun = SYMBOLP (obj) ? XSYMBOL (obj)->function : obj; | 475 | Lisp_Object fun = SYMBOLP (obj) ? XSYMBOL (obj)->u.s.function : obj; |
| 476 | 476 | ||
| 477 | /* The type determines where the docstring is stored. */ | 477 | /* The type determines where the docstring is stored. */ |
| 478 | 478 | ||