summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Guerry <bzg@altern.org>2013-03-04 20:11:15 +0100
committerBastien Guerry <bzg@altern.org>2013-03-04 20:11:15 +0100
commit73e442114090c72cf454e13342d01db9cf02b4d2 (patch)
tree80802a22a1ad76763dae9edd16c814a252235d15
parent44ecd80f06d04003807e5292336df56a0187be30 (diff)
downloadorg-mode-73e442114090c72cf454e13342d01db9cf02b4d2.tar.gz
Cosmetic fix in comment.
-rw-r--r--lisp/org.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/org.el b/lisp/org.el
index 639b8c8..64b40a1 100644
--- a/lisp/org.el
+++ b/lisp/org.el
@@ -84,7 +84,7 @@
(require 'org-compat)
;; `org-outline-regexp' ought to be a defconst but is let-binding in
-;; some places -- e.g. see the macro org-with-limited-levels.
+;; some places -- e.g. see the macro `org-with-limited-levels'.
;;
;; In Org buffers, the value of `outline-regexp' is that of
;; `org-outline-regexp'. The only function still directly relying on