diff options
| author | Ankit Pandey <pandeyan@grinnell.edu> | 2018-10-26 16:43:40 -0500 |
|---|---|---|
| committer | Ankit Pandey <pandeyan@grinnell.edu> | 2018-10-26 16:43:40 -0500 |
| commit | c5a6e45a64c2054aada97feaaa4336bc3b7f9cb8 (patch) | |
| tree | 1231ab4725e65f1f6d110a5b63cf895a38be7dbb | |
| parent | abf9f6b17e215b2416dbeacbc0f5191c42f95b2d (diff) | |
Rename `comments' to `contents'
| -rw-r--r-- | lisp/pdf-annot.el | 4 |
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)) |
