summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnkit Pandey <pandeyan@grinnell.edu>2018-10-26 16:43:40 -0500
committerAnkit Pandey <pandeyan@grinnell.edu>2018-10-26 16:43:40 -0500
commitc5a6e45a64c2054aada97feaaa4336bc3b7f9cb8 (patch)
tree1231ab4725e65f1f6d110a5b63cf895a38be7dbb
parentabf9f6b17e215b2416dbeacbc0f5191c42f95b2d (diff)
Rename `comments' to `contents'
-rw-r--r--lisp/pdf-annot.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/pdf-annot.el b/lisp/pdf-annot.el
index baca4fb..323a67b 100644
--- a/lisp/pdf-annot.el
+++ b/lisp/pdf-annot.el
@@ -1520,7 +1520,7 @@ annotation's contents and otherwise `text-mode'. "
(type (integer :value 10 :tag "Column Width" ))
(label (integer :value 24 :tag "Column Width"))
(date (integer :value 24 :tag "Column Width"))
- (comment (integer :value 56 :tag "Column Width")))
+ (contents (integer :value 56 :tag "Column Width")))
:group 'pdf-annot)
(defcustom pdf-annot-list-highlight-type t
@@ -1591,7 +1591,7 @@ belong to the same page and A1 is displayed above/left of A2."
(page (pdf-annot-print-property a 'page))
(label (funcall prune-newlines
(pdf-annot-print-property a 'label)))
- (comment
+ (contents
(truncate-string-to-width
(funcall prune-newlines
(pdf-annot-print-property a 'contents))