summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Politz <politza@hochschule-trier.de>2018-10-27 18:22:37 +0200
committerAndreas Politz <politza@hochschule-trier.de>2018-10-27 18:22:37 +0200
commit08001d6188eb29e2d21b494be4aa516a6971af01 (patch)
tree8da09d74b84c3b67ebf8ed6a2f7fd8e3577d0f12
parentb412751e654e75870d68335605eb40581474dfab (diff)
Add documentation
-rw-r--r--lisp/pdf-annot.el8
1 files changed, 7 insertions, 1 deletions
diff --git a/lisp/pdf-annot.el b/lisp/pdf-annot.el
index f33125a..3def6ab 100644
--- a/lisp/pdf-annot.el
+++ b/lisp/pdf-annot.el
@@ -1514,7 +1514,13 @@ annotation's contents and otherwise `text-mode'. "
(type . 10)
(label . 24)
(date . 24))
- "Annotation properties visible in the annotation list."
+ "Annotation properties visible in the annotation list.
+
+It should be a list of \(PROPERTIZE. WIDTH\), where PROPERTY is a
+symbol naming one of supported properties to list and WIDTH its
+desired column-width.
+
+Currently supported properties are page, type, label, date and contents."
:type '(alist :key-type (symbol))
:options '((page (integer :value 3 :tag "Column Width"))
(type (integer :value 10 :tag "Column Width" ))