diff --git a/lisp/org-tempo.el b/lisp/org-tempo.el index e1268b893..b9a554ff7 100644 --- a/lisp/org-tempo.el +++ b/lisp/org-tempo.el @@ -46,12 +46,12 @@ (defgroup org-tempo nil - "Options for template expansion of Org structures" + "Template expansion of Org structures." :tag "Org structure" :group 'org) (defvar org-tempo-tags nil - "Tempo tags for Org mode") + "Tempo tags for Org mode.") (defcustom org-tempo-keywords-alist '(("L" . "latex") @@ -60,14 +60,13 @@ ("i" . "index")) "Keyword completion elements. -Like `org-structure-template-alist' this alist of KEY characters -and KEYWORD. The tempo snippet \" (length keys) (length (delete-dups keys))) @@ -151,7 +151,7 @@ didn't succeed." ;;; Additional keywords (defun org-tempo--include-file () - "Ask for file name and take care of quit" + "Add #+include: and a file name." (let ((inhibit-quit t)) (unless (with-local-quit (prog1 t @@ -168,7 +168,6 @@ didn't succeed." "