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

contrib/lisp/org-export: Normalize collecting functions names

* contrib/lisp/org-export.el (org-export-collect-figures): Renamed
  from `org-export-get-figures'.
Nicolas Goaziou 14 лет назад
Родитель
Сommit
4aace47474
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      contrib/lisp/org-export.el

+ 1 - 1
contrib/lisp/org-export.el

@@ -2647,7 +2647,7 @@ Return an alist where key is the caption of the table and value
 an unique identifier that might be used for internal links."
 an unique identifier that might be used for internal links."
   (org-export-collect-elements 'table backend info))
   (org-export-collect-elements 'table backend info))
 
 
-(defun org-export-get-figures (backend info)
+(defun org-export-collect-figures (backend info)
   "Build a list of figures.
   "Build a list of figures.
 
 
 A figure is a paragraph type element with a caption or a name.
 A figure is a paragraph type element with a caption or a name.