diff options
author | Richard M. Stallman <rms@gnu.org> | 1992-06-03 20:43:49 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1992-06-03 20:43:49 +0000 |
commit | ada0a60d2e1b14adbe363da7be85f1fb51d78798 (patch) | |
tree | 513a3e81e4b1f988b048ca5368c766b92403947d /lisp/info.el | |
parent | 0d021ccf22767917f73bc411bbb8862ea998c1c4 (diff) | |
download | emacs-ada0a60d2e1b14adbe363da7be85f1fb51d78798.tar.gz |
*** empty log message ***
Diffstat (limited to 'lisp/info.el')
-rw-r--r-- | lisp/info.el | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/lisp/info.el b/lisp/info.el index 772fa26ebf1..7d0f0d61fed 100644 --- a/lisp/info.el +++ b/lisp/info.el @@ -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. |