Skip to content

Commit

Permalink
auto-compile-update-autoloads: Fix doc-string
Browse files Browse the repository at this point in the history
The function is named `packed-loaddefs-file', but the doc-string
refers to `packed-loaddefs-filename'.
  • Loading branch information
Cam Saul authored and tarsius committed Aug 20, 2021
1 parent 5048633 commit ff21de7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion auto-compile.el
Expand Up @@ -247,7 +247,7 @@ is made to compile the file as that would obviously fail also."
(defcustom auto-compile-update-autoloads nil
"Whether to update autoloads after compiling.
If no autoload file as specified by `packed-loaddefs-filename' can be
If no autoload file as specified by `packed-loaddefs-file' can be
found quietly skip this step."
:group 'auto-compile
:type 'boolean)
Expand Down

0 comments on commit ff21de7

Please sign in to comment.