diff options
Diffstat (limited to 'src/comp.c')
-rw-r--r-- | src/comp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/comp.c b/src/comp.c index 2b9808aba62..97bc6a5f9dc 100644 --- a/src/comp.c +++ b/src/comp.c @@ -756,7 +756,7 @@ comp_hash_source_file (Lisp_Object filename) DEFUN ("comp--subr-signature", Fcomp__subr_signature, Scomp__subr_signature, 1, 1, 0, - doc: /* Support function to 'hash_native_abi'. + doc: /* Support function to hash_native_abi. For internal use. */) (Lisp_Object subr) { |