From e8cc92518a9edd36b2cc8d4da0b51d37d8f02f96 Mon Sep 17 00:00:00 2001 From: 10sr <8slashes+git@gmail.com> Date: Wed, 28 Nov 2012 12:34:22 +0900 Subject: [PATCH] fix doc --- emacs.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/emacs.el b/emacs.el index 37e4791..2557fa2 100644 --- a/emacs.el +++ b/emacs.el @@ -74,9 +74,9 @@ otherwise the path where the library installed." (defmacro lazyload-eval (feature functions &rest form) "Define FUNCTIONS to autoload from FEATURE. -FEATURE is a symbol. FUNCTIONS is a list of symbols. -FORM is passed to `eval-after-load'. -When this macro is evaluated, this returns the path to library if feature +FEATURE is a symbol. FUNCTIONS is a list of symbols. FORM is passed to +`eval-after-load'. +When this macro is evaluated, this returns the path to library if FEATURE found, otherwise returns nil." (let* ((libname (symbol-name (eval feature))) (libpath (locate-library libname)))