X-Git-Url: https://code.delx.au/gnu-emacs-elpa/blobdiff_plain/1289a9cbad2c7019c10fb051f9d2b3099e9418e3..f10533854f4c7bb54247a11981191bf37b70cb36:/packages/load-relative/load-relative.el diff --git a/packages/load-relative/load-relative.el b/packages/load-relative/load-relative.el index 2c9613568..0605f179a 100644 --- a/packages/load-relative/load-relative.el +++ b/packages/load-relative/load-relative.el @@ -291,11 +291,11 @@ strings, each string being the relative name of file you want to run." "Call `provide' with the feature's symbol name made from source-code's file basename sans extension. For example if you write (provide-me) inside file ~/lisp/foo.el, this is the same as -writing: (provide 'foo). +writing: (provide \\='foo). With a prefix, that prefix is prepended to the `provide' So in the previous example, if you write (provide-me \"bar-\") this is the -same as writing (provide 'bar-foo)." +same as writing (provide \\='bar-foo)." `(provide (intern (concat ,prefix (file-name-sans-extension (file-name-nondirectory (__FILE__)))))))