소스 검색

oc: Fix typo in docstring

* lisp/oc.el (org-cite-make-insert-processor): Fix typo.
Nicolas Goaziou 3 년 전
부모
커밋
957feb2df4
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      lisp/oc.el

+ 1 - 1
lisp/oc.el

@@ -1540,7 +1540,7 @@ The generated function inserts or edit a citation at point.  More specifically,
 
   On a citation reference:
 
-    - on the prefix or right before th \"@\" character, insert a new reference
+    - on the prefix or right before the \"@\" character, insert a new reference
       before the current one,
     - on the suffix, insert it after the reference,
     - otherwise, update the cite key, preserving both affixes.