diff options
| author | Matt Price <matt.price@utoronto.ca> | 2015-11-22 14:43:44 -0500 |
|---|---|---|
| committer | Andreas Politz <politza@hochschule-trier.de> | 2015-11-26 23:58:14 +0100 |
| commit | aac3bdc43eb6ea78dcf7c59653c9aa526fb41f1f (patch) | |
| tree | 8ef6d6203c33b73d44a01077f9ea9ed3fc5aae77 /lisp/pdf-virtual.el | |
| parent | 0107f80dcf268d08ac075b01729820062c0fbd67 (diff) | |
correct "it's/its" grammar in docstrings
Diffstat (limited to 'lisp/pdf-virtual.el')
| -rw-r--r-- | lisp/pdf-virtual.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/pdf-virtual.el b/lisp/pdf-virtual.el index 34c1e38..366ef8d 100644 --- a/lisp/pdf-virtual.el +++ b/lisp/pdf-virtual.el @@ -498,7 +498,7 @@ PAGE should be a page-number." (advice-add 'pdf-virtual-view-mode :around 'pdf-virtual-view-mode-prepare) -;; This needs to run before pdf-view-mode does it's thing. +;; This needs to run before pdf-view-mode does its thing. (defun pdf-virtual-view-mode-prepare (fn) (let (list unreadable) (save-excursion |
