summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarsten Dominik <carsten.dominik@gmail.com>2013-09-15 06:41:09 +0200
committerCarsten Dominik <carsten.dominik@gmail.com>2013-09-15 06:41:09 +0200
commitfc2ec2eb886ae469dbc2fe4fcb3bee91cf94a227 (patch)
treef58772038afb5a5cd8e32eeed59822d7e46c2a3a
parentbb331aee96144f75516005ccbbd3b7ccb0675701 (diff)
downloadorg-mode-fc2ec2eb886ae469dbc2fe4fcb3bee91cf94a227.tar.gz
Fix typo
-rw-r--r--lisp/org-ctags.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/org-ctags.el b/lisp/org-ctags.el
index 98d47e5..9d8ed6c 100644
--- a/lisp/org-ctags.el
+++ b/lisp/org-ctags.el
@@ -131,7 +131,7 @@
;;
;; (progn
;; (message "-- rebuilding tags tables...")
-;; (mapc 'org-create-tags tags-table-list))
+;; (mapc 'org-ctags-create-tags tags-table-list))
;;; Code: