From c5a6e45a64c2054aada97feaaa4336bc3b7f9cb8 Mon Sep 17 00:00:00 2001 From: Ankit Pandey Date: Fri, 26 Oct 2018 16:43:40 -0500 Subject: Rename `comments' to `contents' --- lisp/pdf-annot.el | 4 ++-- 1 file 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)) -- cgit v1.0