aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/info.el6
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 @@
23Each element of list is a list (FILENAME NODENAME BUFFERPOS).") 23Each element of list is a list (FILENAME NODENAME BUFFERPOS).")
24 24
25(defvar Info-enable-edit nil 25(defvar Info-enable-edit nil
26 "Non-nil means the \\<info-mode-map>\\[Info-edit] command in Info can edit the current node.") 26 "*Non-nil means the \\<info-mode-map>\\[Info-edit] command in Info can edit the current node.
27This is convenient if you want to write info files by hand.
28However, we recommend that you not do this.
29It is better to write a Texinfo file and generate the Info file from that,
30because that gives you a printed manual as well.")
27 31
28(defvar Info-enable-active-nodes t 32(defvar Info-enable-active-nodes t
29 "Non-nil allows Info to execute Lisp code associated with nodes. 33 "Non-nil allows Info to execute Lisp code associated with nodes.