summaryrefslogtreecommitdiff
path: root/lisp/pdf-dev.el
AgeCommit message (Collapse)Author
2021-12-31Fix checkdoc errors in pdf-tools lisp codeVedang Manerikar
- 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
2021-05-31define-minor-mode: Remove support for obsolete pos argumentsThomas Hisch
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.
2019-11-26Fix typosDamien Cassou
Typos found with codespell.
2017-03-01Delete trailing whitespaceAndreas Politz
2016-10-18Fix some spelling errorsBrady Trainor
2015-02-10Improve documentation.Andreas Politz
* lisp/pdf-dev.el (pdf-dev-minor-mode): Better describe what it does.
2015-02-10Fix dev load-path.Andreas Politz
* lisp/pdf-dev.el (pdf-dev-minor-mode): Add dev lisp dir add the front of load-path.
2015-02-10Fix dev reloading.Andreas Politz
* lisp/pdf-dev.el (pdf-dev-reload): Only load library files.
2015-02-06Added some development tools.Andreas Politz