changeset 39741:c66da379996f

*** empty log message ***
author Gerd Moellmann <gerd@gnu.org>
date Wed, 10 Oct 2001 09:25:20 +0000
parents 36ec4dfdb899
children 1985c223de10
files lisp/ChangeLog
diffstat 1 files changed, 10 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Wed Oct 10 09:24:36 2001 +0000
+++ b/lisp/ChangeLog	Wed Oct 10 09:25:20 2001 +0000
@@ -17,8 +17,11 @@
 	* apropos.el (button): New require.
 
 	* help-funs.el: New file, contents mostly from `help.el'.
-	(describe-variable): Use `condition-case' instead of `ignore-errors'.
+	(describe-variable): Use `condition-case' instead of
+	`ignore-errors'.
+	
 	* help-mode.el: New file, contents mostly from `help.el'.
+	
 	* help.el: Don't require `view' when compiling.
 	(help-with-tutorial, describe-function, describe-function-1)
 	(variable-at-point, describe-variable, locate-library):
@@ -39,9 +42,13 @@
 	(load-symbol-file-load-history, symbol-file):
 	Functions moved into `subr.el'.
 	(symbol-file-load-history-loaded): Variable moved into `subr.el'.
-	(view-lossage): Call `help-setup-xref' instead of doing it manually.
+	(view-lossage): Call `help-setup-xref' instead of doing it
+	manually.
+	
 	* subr.el (symbol-file-load-history-loaded) 
-	(load-symbol-file-load-history, symbol-file): Moved from `help.el'.
+	(load-symbol-file-load-history, symbol-file): Moved from
+	`help.el'.
+	
 	* loadup.el ("button"): Load removed.
 
 	* button.el (define-button-type): Respect any `supertype' property.