瀏覽代碼

fix document

pull/1/head
10sr 11 年之前
父節點
當前提交
be3fc7e0b8
共有 1 個檔案被更改,包括 3 行新增3 行删除
  1. +3
    -3
      emacs.el

+ 3
- 3
emacs.el 查看文件

@@ -111,9 +111,9 @@ otherwise the path where the library installed."
;; autoload

(defmacro lazy-load-eval (feature &optional functions &rest body)
"Define each FUNCTIONS to autoload from FEATURE.
FEATURE is a symbol. FUNCTIONS is a list of symbols. If FUNCTIONS is nil,
the function same as FEATURE is defined as autoloaded function. BODY is passed
"Define autoloading FEATURE that defines FUNCTIONS.
FEATURE is a symbol. FUNCTIONS is a list of symbols. If FUNCTIONS is nil,
the function same as FEATURE is defined as autoloaded function. BODY is passed
to `eval-after-load'.
When this macro is evaluated, this returns the path to library if FEATURE
found, otherwise returns nil."


Loading…
取消
儲存