From 27e346064eaf410c207b71df33f4b2f8d4e3d453 Mon Sep 17 00:00:00 2001 From: Andy Wingo Date: Fri, 17 Dec 2010 13:33:29 +0100 Subject: [PATCH] update NEWS * NEWS: Update. --- NEWS | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index ee8ec750c..55fb2718b 100644 --- a/NEWS +++ b/NEWS @@ -84,9 +84,10 @@ more information. `cuserid' has been deprecated, as it only returns 8 bytes of a user's login. Use `(passwd:name (getpwuid (geteuid)))' instead. -** New procedure. `reload-module' +** New procedure `reload-module', and `,reload' REPL command -Needs documenting and a REPL meta-command. +See "Module System Reflection" and "Module Commands" in the manual, for +more information. ** Allow user-defined REPL meta-commands