Просмотр исходного кода

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

* org.el (org-create-dblock): Tiny docstring fix.
Bastien Guerry 11 лет назад
Родитель
Сommit
6ff38b1f6d
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      lisp/org.el

+ 1 - 1
lisp/org.el

@@ -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))