Kaynağa Gözat

org-agenda.el (org-agenda-skip-eval): Fix typo in docstring

* org-agenda.el (org-agenda-skip-eval): Fix typo in docstring.
Bastien Guerry 13 yıl önce
ebeveyn
işleme
be4e4ba989
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      lisp/org-agenda.el

+ 1 - 1
lisp/org-agenda.el

@@ -3878,7 +3878,7 @@ continue from there."
       (throw :skip t))))
       (throw :skip t))))
 
 
 (defun org-agenda-skip-eval (form)
 (defun org-agenda-skip-eval (form)
-  "If FORM is a function or a list, call (or eval) is and return result.
+  "If FORM is a function or a list, call (or eval) it and return the result.
 `save-excursion' and `save-match-data' are wrapped around the call, so point
 `save-excursion' and `save-match-data' are wrapped around the call, so point
 and match data are returned to the previous state no matter what these
 and match data are returned to the previous state no matter what these
 functions do."
 functions do."