diff options
| -rw-r--r-- | lisp/pdf-annot.el | 2 | ||||
| -rw-r--r-- | lisp/pdf-virtual.el | 4 | ||||
| -rw-r--r-- | server/synctex_parser.c | 6 |
3 files changed, 6 insertions, 6 deletions
diff --git a/lisp/pdf-annot.el b/lisp/pdf-annot.el index 6898dc0..1624e3f 100644 --- a/lisp/pdf-annot.el +++ b/lisp/pdf-annot.el @@ -224,7 +224,7 @@ annoyed while reading the annotations." A function on this hook should accept one argument: A CLOSURE containing inserted, changed and deleted annotations. -It may access theses annotations by calling CLOSURE with one of +It may access these annotations by calling CLOSURE with one of these arguments: `:inserted' The list of recently added annotations. diff --git a/lisp/pdf-virtual.el b/lisp/pdf-virtual.el index 6f2cb85..e0a5785 100644 --- a/lisp/pdf-virtual.el +++ b/lisp/pdf-virtual.el @@ -26,7 +26,7 @@ ;; order to transparently make this collection appear as one single ;; document. ;; -;; The trickiest part is to make theses intermediate functions behave +;; The trickiest part is to make these intermediate functions behave ;; like the pdf-info-* equivalents in both the synchronous and ;; asynchronous case. @@ -518,7 +518,7 @@ PAGE should be a page-number." (concat " " f)) unreadable "\n")))) (if (= (pdf-virtual-document-number-of-pages) 0) - (error "Docüment is empty.") + (error "Document is empty.") (unless pdf-virtual-global-minor-mode (pdf-virtual-global-minor-mode 1)) (funcall fn)))) diff --git a/server/synctex_parser.c b/server/synctex_parser.c index 430d0c0..27be608 100644 --- a/server/synctex_parser.c +++ b/server/synctex_parser.c @@ -7592,7 +7592,7 @@ static synctex_nd_s _synctex_point_h_ordered_distance_v2 int min,med,max,width; switch(synctex_node_type(node)) { /* The distance between a point and a box is special. - * It is not the euclidian distance, nor something similar. + * It is not the euclidean distance, nor something similar. * We have to take into account the particular layout, * and the box hierarchy. * Given a box, there are 9 regions delimited by the lines of the edges of the box. @@ -7733,7 +7733,7 @@ static synctex_nd_s _synctex_point_v_ordered_distance_v2 int min,max,depth,height; switch(synctex_node_type(node)) { /* The distance between a point and a box is special. - * It is not the euclidian distance, nor something similar. + * It is not the euclidean distance, nor something similar. * We have to take into account the particular layout, * and the box hierarchy. * Given a box, there are 9 regions delimited by the lines of the edges of the box. @@ -7881,7 +7881,7 @@ SYNCTEX_INLINE static synctex_bool_t _synctex_point_in_box_v2(synctex_point_p hi static int _synctex_distance_to_box_v2(synctex_point_p hit,synctex_box_p box) { /* The distance between a point and a box is special. - * It is not the euclidian distance, nor something similar. + * It is not the euclidean distance, nor something similar. * We have to take into account the particular layout, * and the box hierarchy. * Given a box, there are 9 regions delimited by the lines of the edges of the box. |
