瀏覽代碼

Fix typo.

Carsten Dominik 16 年之前
父節點
當前提交
5fdbd4d63f
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      lisp/org.el

+ 1 - 1
lisp/org.el

@@ -4396,7 +4396,7 @@ or nil."
 (define-key org-goto-local-auto-isearch-map "\C-m" 'isearch-other-control-char)
 
 (defun org-goto-local-search-headings (string bound noerror)
-  "Search and make sure that anyq matches are in headlines."
+  "Search and make sure that any matches are in headlines."
   (catch 'return
     (while (if isearch-forward
                (search-forward string bound noerror)