about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--Functions/Misc/run-help2
2 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d76e9ed79..907f9fe79 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-01-04  Clint Adams  <clint@zsh.org>
+
+	* 24349: Functions/Misc/run-help: add comment about HELPDIR to
+	assist replacement in Debian build.
+
 2008-01-03  Clint Adams  <clint@zsh.org>
 
 	* 24345: Completion/Unix/Command/_metaflac: add --no-utf8-comment
diff --git a/Functions/Misc/run-help b/Functions/Misc/run-help
index cfa67f652..de653c5ba 100644
--- a/Functions/Misc/run-help
+++ b/Functions/Misc/run-help
@@ -11,6 +11,8 @@
 emulate -R zsh
 setopt localoptions
 
+# HELPDIR should be set to the location of the help files
+
 [[ $1 == "." ]] && 1="dot"
 [[ $1 == ":" ]] && 1="colon"