From 08001d6188eb29e2d21b494be4aa516a6971af01 Mon Sep 17 00:00:00 2001 From: Andreas Politz Date: Sat, 27 Oct 2018 18:22:37 +0200 Subject: Add documentation --- lisp/pdf-annot.el | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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" )) -- cgit v1.0