Some changes

This commit is contained in:
2024-10-14 16:12:36 -07:00
parent 7cd012f02b
commit a83f5ea6c1
2 changed files with 17 additions and 5 deletions

View File

@ -2,7 +2,7 @@
;;; Commentary:
;; This is inspired by an old package (originally from the 90s!!) called
;; ltx-help.el. This package used to be called latex-help.el too, but it seems
;; ltx-help.el. That package used to be called latex-help.el too, but it seems
;; to have had its name changed sometime around 2010. This package aims for
;; similar functionality, but using more up to date and convention-conforming
;; Elisp. For example, the original package still assumes that you may not have
@ -285,8 +285,7 @@ FOUND is the hash table in which to put the entries."
(let ((name (file-name-nondirectory file)))
(and (not (equal name "."))
(not (equal name "..")))))
files)))))
finally return found))
files)))))))
(defun latex-help--texdoc-config-files ()
"Return a list of texdoc config files."