http-emacs-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Http-emacs-dev] [C] http-emacs: Typo fixes and octave URL update


From: Adrian Aichner
Subject: [Http-emacs-dev] [C] http-emacs: Typo fixes and octave URL update
Date: Tue, 20 Apr 2004 00:26:25 +0200

COMMIT

Subject says it all.

Adrian

http-emacs source patch:
Diff command:   cvs -f -z3 -q diff -u -N
Files affected: simple-wiki-definitions.el

Index: simple-wiki-definitions.el
===================================================================
RCS file: /cvsroot/http-emacs/http-emacs/simple-wiki-definitions.el,v
retrieving revision 1.13
diff -u -r1.13 simple-wiki-definitions.el
--- simple-wiki-definitions.el  17 Apr 2004 18:17:29 -0000      1.13
+++ simple-wiki-definitions.el  19 Apr 2004 22:22:51 -0000
@@ -61,7 +61,7 @@
      swd-usemod-wiki-save
      utf-8)
     ("octave"
-     "http://gnufans.net/octave.pl";
+     "http://wiki.octave.org/wiki.pl";
      "?action=browse&raw=2&id="
      "?action=index&raw=1"
      "?action=rc&raw=1"
@@ -88,11 +88,11 @@
 the first element is the nickname,
 the second is the base url,
 the third is possible url parameters to put before the page name,
-the fourth is  the possible parameters to view recentchanges,
+the fourth is  the possible parameters to view index,
 the fifth is the possible parameters to view recentchanges,
 the sixth is the version of the http-protocol to use,
 the seventh is the save function to use for this wiki,
-the eighth the encoding")
+the eighth is the encoding")
 
 
 (defcustom swd-user-name nil
@@ -172,7 +172,7 @@
 (defun swd-index-parameters (nick)
   (fourth (assoc nick swd-wiki-defs-list)))
 
-(defun swd-rc-ptarameters (nick)
+(defun swd-rc-parameters (nick)
   (fifth (assoc nick swd-wiki-defs-list)))
 
 (defun swd-http-version (nick)

-- 
Adrian Aichner
 mailto:address@hidden
 http://www.xemacs.org/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]