Some changes
This commit is contained in:
@ -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."
|
||||
|
Reference in New Issue
Block a user