From 5fdbd4d63f3fe06769f1139d1cfe19f542e83e4a Mon Sep 17 00:00:00 2001 From: Carsten Dominik Date: Thu, 4 Sep 2008 17:12:11 +0200 Subject: [PATCH] Fix typo. --- lisp/org.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/org.el b/lisp/org.el index af03fb0fa..52c431cda 100644 --- a/lisp/org.el +++ b/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)