branch: externals/auctex
commit 992410a201b9dde948ef74a28ed696ee2725e5f8
Author: Ikumi Keita <[email protected]>
Commit: Ikumi Keita <[email protected]>
; * style/physics.el: Fix trivial typo.
---
style/physics.el | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/style/physics.el b/style/physics.el
index f805df1b75..9465f0035d 100644
--- a/style/physics.el
+++ b/style/physics.el
@@ -67,8 +67,8 @@
;; + as opposed to the document, \tr and \trace aren't equivalent.
;; + dv accepts one or two arguments except optional argument.
;; o 1 arg ... {derivative variable}
-;; o 2 arg ... {function to derive}{derivative variable}
-;; O 1 arg + () ... {derivative variable}(function to derive)
+;; o 2 args ... {function to derive}{derivative variable}
+;; o 1 arg + () ... {derivative variable}(function to derive)
;; + pdv accepts one, two or three arguments except optional argument.
;; o 1 arg ... {derivative variable}
;; o 2 args ... {function to derive}{derivative variable}