0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-08-26 20:02:53 +00:00

Fix typo.

This commit is contained in:
Carsten Dominik 2008-09-04 17:12:11 +02:00
parent c24383d1c6
commit 5fdbd4d63f

View file

@ -4396,7 +4396,7 @@ or nil."
(define-key org-goto-local-auto-isearch-map "\C-m" 'isearch-other-control-char) (define-key org-goto-local-auto-isearch-map "\C-m" 'isearch-other-control-char)
(defun org-goto-local-search-headings (string bound noerror) (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 (catch 'return
(while (if isearch-forward (while (if isearch-forward
(search-forward string bound noerror) (search-forward string bound noerror)