changeset 680:f99c8512cd41

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Wed, 03 Jun 1992 20:43:49 +0000
parents 046f1a6867e7
children 026f978690be
files lisp/info.el
diffstat 1 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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-mode-map>\\[Info-edit] command in Info can edit the current node.")
+  "*Non-nil means the \\<info-mode-map>\\[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.