|
@@ -19840,15 +19840,15 @@ When BLOCK-REGEXP is non-nil, use this regexp to find blocks."
|
|
|
;; example-block) don't accept comments. Usual Emacs comment commands
|
|
|
;; cannot cope with those requirements. Therefore, Org replaces them.
|
|
|
|
|
|
-;; Org still relies on `comment-dwim', but cannot trust
|
|
|
-;; `comment-only-p'. So, `comment-region-function' and
|
|
|
-;; `uncomment-region-function' both point
|
|
|
-;; to`org-comment-or-uncomment-region'. Eventually,
|
|
|
-;; `org-insert-comment' takes care of insertion of comments at the
|
|
|
+;; Org still relies on 'comment-dwim', but cannot trust
|
|
|
+;; 'comment-only-p'. So, 'comment-region-function' and
|
|
|
+;; 'uncomment-region-function' both point
|
|
|
+;; to 'org-comment-or-uncomment-region'. Eventually,
|
|
|
+;; 'org-insert-comment' takes care of insertion of comments at the
|
|
|
;; beginning of line.
|
|
|
|
|
|
-;; `org-setup-comments-handling' install comments related variables
|
|
|
-;; during `org-mode' initialization.
|
|
|
+;; 'org-setup-comments-handling' install comments related variables
|
|
|
+;; during 'org-mode' initialization.
|
|
|
|
|
|
(defun org-setup-comments-handling ()
|
|
|
(interactive)
|