]> code.delx.au - gnu-emacs/blobdiff - doc/lispref/loading.texi
Restore some of the quoting in the manuals
[gnu-emacs] / doc / lispref / loading.texi
index f5352da59f7a990e3147791fd474c7f2e88fc3e8..82de765876e180dc9400fe7e5b3054346cfb3af7 100644 (file)
@@ -456,7 +456,7 @@ Autoloading can also be triggered by looking up the documentation of
 the function or macro (@pxref{Documentation Basics}).
 
   There are two ways to set up an autoloaded function: by calling
-@code{autoload}, and by writing a magic comment in the
+@code{autoload}, and by writing a ``magic'' comment in the
 source before the real definition.  @code{autoload} is the low-level
 primitive for autoloading; any Lisp program can call @code{autoload} at
 any time.  Magic comments are the most convenient way to make a function