| Age | Commit message (Collapse) | Author |
|
- Add / Fix docstrings for functions.
- Make punctuation changes as suggested by `checkdoc`
This commit makes changes in a subset of files of `pdf-tools`. Some of
the major files are still pending changes, and will be addressed in a
later commit.
Partially Fixes: #64
|
|
This removes the positial arguemnt triplet from the define-minor-mode
calls, because they are obsolete since Emacs<21. See the following
paragraph in the help section of define-minor-mode.
For backward compatibility with the Emacs<21 calling convention, the
keywords of define-minor-mode can also be preceded by the obsolete
triplet INIT-VALUE LIGHTER KEYMAP.
|
|
Typos found with codespell.
|
|
|
|
|
|
* lisp/pdf-dev.el (pdf-dev-minor-mode): Better describe what it does.
|
|
* lisp/pdf-dev.el (pdf-dev-minor-mode): Add dev lisp dir add the front
of load-path.
|
|
* lisp/pdf-dev.el (pdf-dev-reload): Only load library files.
|
|
|