diff --git a/modules/lang/emacs-lisp/autoload.el b/modules/lang/emacs-lisp/autoload.el index e08c63bdb..9e1aadbe3 100644 --- a/modules/lang/emacs-lisp/autoload.el +++ b/modules/lang/emacs-lisp/autoload.el @@ -413,7 +413,7 @@ Intended as :around advice for `elisp-demos--search'." Intended as :override advice for `calculate-lisp-indent'. -Adapted from 'https://www.reddit.com/r/emacs/comments/d7x7x8/finally_fixing_indentation_of_quoted_lists/'." +Adapted from URL `https://www.reddit.com/r/emacs/comments/d7x7x8/finally_fixing_indentation_of_quoted_lists/'." ;; This line because `calculate-lisp-indent-last-sexp` was defined with ;; `defvar` with it's value ommited, marking it special and only defining it ;; locally. So if you don't have this, you'll get a void variable error.