summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVedang Manerikar <ved.manerikar@gmail.com>2021-05-11 22:43:19 +0530
committerVedang Manerikar <ved.manerikar@gmail.com>2021-05-11 23:09:32 +0530
commitd262cf9e19d57c6567e06e51d109150c20753839 (patch)
tree4ed0249f6545daffde79a653d787d96018b7735d
parentce87639b69c7341a145adba13454c93e43d0ac4f (diff)
Fix: minor issues as found by package-lint and checkdoc
-rw-r--r--lisp/pdf-annot.el3
-rw-r--r--lisp/pdf-tools.el3
-rw-r--r--lisp/pdf-view.el6
3 files changed, 6 insertions, 6 deletions
diff --git a/lisp/pdf-annot.el b/lisp/pdf-annot.el
index 1624e3f..ddb7d92 100644
--- a/lisp/pdf-annot.el
+++ b/lisp/pdf-annot.el
@@ -164,8 +164,7 @@ LaTeX fragment."
(concat org-format-latex-header
"\n\\setlength{\\textwidth}{12cm}")
"Header used when latex compiling annotations.
-
-The default value is `org-format-latex-header' + \
+The default value is `org-format-latex-header' +
\"\\n\\\\setlength{\\\\textwidth}{12cm}\"."
:group 'pdf-annot
:type 'string)
diff --git a/lisp/pdf-tools.el b/lisp/pdf-tools.el
index 7c9144c..9b4c33b 100644
--- a/lisp/pdf-tools.el
+++ b/lisp/pdf-tools.el
@@ -1,8 +1,9 @@
-;;; pdf-tools.el --- Support library for PDF documents. -*- lexical-binding:t -*-
+;;; pdf-tools.el --- Support library for PDF documents -*- lexical-binding:t -*-
;; Copyright (C) 2013, 2014 Andreas Politz
;; Author: Andreas Politz <politza@fh-trier.de>
+;; URL: http://github.com/vedang/pdf-tools/
;; Keywords: files, multimedia
;; Package: pdf-tools
;; Version: 1.0
diff --git a/lisp/pdf-view.el b/lisp/pdf-view.el
index 08abe6c..03ff716 100644
--- a/lisp/pdf-view.el
+++ b/lisp/pdf-view.el
@@ -114,7 +114,7 @@ image-format is available."
:group 'pdf-tools-faces)
(defcustom pdf-view-midnight-colors '("#839496" . "#002b36" )
- "Colors used when `pdf-view-midnight-minor-mode' is activated.
+ "Colors used when command `pdf-view-midnight-minor-mode' is activated.
This should be a cons \(FOREGROUND . BACKGROUND\) of colors."
:group 'pdf-view
@@ -170,7 +170,7 @@ See :relief property in Info node `(elisp) Image Descriptors'."
:type '(integer :tag "Pixel"))
(defcustom pdf-view-use-unicode-ligther t
- "Whether to use unicode symbols in the mode-line
+ "Decide whether to use unicode symbols in the mode-line.
On some systems finding a font which supports those symbols can
take some time. If you don't want to spend that time waiting and
@@ -237,7 +237,7 @@ regarding display of the region in the later function.")
(defconst pdf-view-have-image-mode-pixel-vscroll
(>= emacs-major-version 27)
- "Whether image-mode scrolls vertically by pixels.")
+ "Whether `image-mode' scrolls vertically by pixels.")
;; * ================================================================== *