summaryrefslogtreecommitdiff
path: root/HACKING
diff options
context:
space:
mode:
authorMikael Djurfeldt <djurfeldt@nada.kth.se>2000-06-14 22:02:28 +0000
committerMikael Djurfeldt <djurfeldt@nada.kth.se>2000-06-14 22:02:28 +0000
commit3243bcc0c7ae39e0c8074ed7400de3e0c22f4215 (patch)
tree449895f5ee795153690f8a52fc3509756e4d0239 /HACKING
parent8878f040334f05b97f231b44ca93404c788547ee (diff)
*** empty log message ***
Diffstat (limited to 'HACKING')
-rw-r--r--HACKING2
1 files changed, 1 insertions, 1 deletions
diff --git a/HACKING b/HACKING
index 8e8718605..ad0e53a03 100644
--- a/HACKING
+++ b/HACKING
@@ -211,7 +211,7 @@ can never tell which name the entry will refer to. Instead, write this:
Changes like adding this line are special:
- SCM_PROC (s_serial_map, "serial-map", 2, 0, 1, scm_map);
+ SCM_PROC (s_map_in_order, "map-in-order", 2, 0, 1, scm_map);
Since the change here is about the name itself --- we're adding a new
alias for scm_map that guarantees the order in which we process list