diff options
Diffstat (limited to 'src/doc.c')
| -rw-r--r-- | src/doc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc.c b/src/doc.c index 6a53e0d3f74..dd933909f7a 100644 --- a/src/doc.c +++ b/src/doc.c @@ -954,7 +954,7 @@ a new string, without any text properties, is returned. */) void syms_of_doc () { - Qfunction_documentation = intern ("function-documentation"); + Qfunction_documentation = intern_c_string ("function-documentation"); staticpro (&Qfunction_documentation); DEFVAR_LISP ("internal-doc-file-name", &Vdoc_file_name, |
