aboutsummaryrefslogtreecommitdiffstats
path: root/admin/admin.el
diff options
context:
space:
mode:
authorStephen Berman2013-06-21 20:37:42 +0200
committerStephen Berman2013-06-21 20:37:42 +0200
commit716b665eb3a134a5d1ccefd5d4c735e7e7ef62d5 (patch)
treeede9da164267b968f3c05e0340ba12e06b8d3516 /admin/admin.el
parentebc83885b750d46eb290192ae25f6b9a92bdd15f (diff)
parentcad5d1cb5af7210154814b60825576d14740158f (diff)
downloademacs-716b665eb3a134a5d1ccefd5d4c735e7e7ef62d5.tar.gz
emacs-716b665eb3a134a5d1ccefd5d4c735e7e7ef62d5.zip
Merge from trunk.
Diffstat (limited to 'admin/admin.el')
-rw-r--r--admin/admin.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/admin.el b/admin/admin.el
index cb7eaead27f..8366207f5b0 100644
--- a/admin/admin.el
+++ b/admin/admin.el
@@ -271,7 +271,7 @@ Root must be the root of an Emacs source tree."
271<meta name=\"DC.title\" content=\"gnu.org\">\n\n") 271<meta name=\"DC.title\" content=\"gnu.org\">\n\n")
272 272
273(defconst manual-style-string "<style type=\"text/css\"> 273(defconst manual-style-string "<style type=\"text/css\">
274@import url('/style.css');\n</style>\n") 274@import url('/s/emacs/manual.css');\n</style>\n")
275 275
276(defun manual-misc-html (name root html-node-dir html-mono-dir) 276(defun manual-misc-html (name root html-node-dir html-mono-dir)
277 (let ((texi (expand-file-name (format "doc/misc/%s.texi" name) root))) 277 (let ((texi (expand-file-name (format "doc/misc/%s.texi" name) root)))