1
0
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2025-01-05 11:45:52 +00:00

org.el (org-create-dblock): Tiny docstring fix

* org.el (org-create-dblock): Tiny docstring fix.
This commit is contained in:
Bastien Guerry 2014-04-16 17:49:19 +02:00
parent 7cf4d591eb
commit 6ff38b1f6d

View File

@ -11965,7 +11965,7 @@ If not found, stay at current position and return nil."
(defun org-create-dblock (plist)
"Create a dynamic block section, with parameters taken from PLIST.
PLIST must contain a :name entry which is used as name of the block."
PLIST must contain a :name entry which is used as the name of the block."
(when (string-match "\\S-" (buffer-substring (point-at-bol) (point-at-eol)))
(end-of-line 1)
(newline))