branch: externals/auctex commit 39463a695dd0f91ad72204949a74e79279621cb4 Author: Ikumi Keita <ik...@ikumi.que.jp> Commit: Ikumi Keita <ik...@ikumi.que.jp>
; * preview.el.in (preview-gs-flag-error): Fix typo in comment. --- preview.el.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/preview.el.in b/preview.el.in index 6699387..89b767a 100644 --- a/preview.el.in +++ b/preview.el.in @@ -1262,7 +1262,7 @@ Try \\[ps-run-start] \\[ps-run-buffer] and \ (defun preview-gs-flag-error (ov err) "Make an eps error flag in overlay OV for ERR string." ;; N.B. Although this code shows command line of gs invocation and - ;; error together via mouse popup menu, they are not necessarilly + ;; error together via mouse popup menu, they are not necessarily ;; associated with each other. There is a case that the command ;; line is for "[...].prv/tmpXXXXXX/pr1-2.png" while the error is ;; raised for "[...].prv/tmpXXXXXX/pr1-1.png". (c.f. bug#37719)