]> code.delx.au - gnu-emacs-elpa/blobdiff - packages/load-relative/load-relative.el
Fix some quoting problems in doc strings
[gnu-emacs-elpa] / packages / load-relative / load-relative.el
index 2c96135687f8415956ae46fcc46d8ee936b04535..0605f179a4a5b5cafedb6aa830eec294df7f9300 100644 (file)
@@ -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__)))))))