From 4e97d8621e75a22f5aa1ec40fd9df1495b56dd94 Mon Sep 17 00:00:00 2001 From: Bastien Date: Sat, 28 Apr 2018 00:46:25 +0200 Subject: [PATCH] org-tempo.el: Enhance a few docstrings * lisp/org-tempo.el (org-tempo, org-tempo-keywords-alist) (org-tempo-setup, org-tempo-add-templates) (org-tempo--include-file): Enhance docstrings. --- lisp/org-tempo.el | 25 ++++++++++++------------- 1 file changed, 12 insertions(+), 13 deletions(-) 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." "