# HG changeset patch # User Richard M. Stallman # Date 707604229 0 # Node ID f99c8512cd411f5a135e3413d01bb1e4656194d5 # Parent 046f1a6867e7228916388efb1546dbfa24ad4ed3 *** empty log message *** diff -r 046f1a6867e7 -r f99c8512cd41 lisp/info.el --- a/lisp/info.el Wed Jun 03 17:50:56 1992 +0000 +++ b/lisp/info.el Wed Jun 03 20:43:49 1992 +0000 @@ -23,7 +23,11 @@ Each element of list is a list (FILENAME NODENAME BUFFERPOS).") (defvar Info-enable-edit nil - "Non-nil means the \\\\[Info-edit] command in Info can edit the current node.") + "*Non-nil means the \\\\[Info-edit] command in Info can edit the current node. +This is convenient if you want to write info files by hand. +However, we recommend that you not do this. +It is better to write a Texinfo file and generate the Info file from that, +because that gives you a printed manual as well.") (defvar Info-enable-active-nodes t "Non-nil allows Info to execute Lisp code associated with nodes.